Skip to content

Commit

Permalink
fix: remove redundant type definition for query parameters in OpenAPI…
Browse files Browse the repository at this point in the history
… spec
  • Loading branch information
qilme authored Feb 4, 2025
1 parent 1ce1236 commit 8628646
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openapi/v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ paths:
allOf:
- "$ref": "#/components/schemas/EpType"
description: 参照章节的`type`
type: integer
name: type
in: query
- required: false
Expand Down Expand Up @@ -1092,7 +1091,6 @@ paths:
schema:
allOf:
- "$ref": "#/components/schemas/SubjectCollectionType"
type: integer
name: type
in: query
- $ref: "#/components/parameters/default_query_limit"
Expand Down

0 comments on commit 8628646

Please sign in to comment.