Skip to content

Commit

Permalink
Adding defString dereference
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Jun 5, 2022
1 parent e557d4b commit ca68fb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/sample/src/main/resources/alias.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ paths:
schema:
type: integer
format: int64
- in: query
name: string
schema:
$ref: "#/components/schemas/defString"
requestBody:
content:
application/json:
Expand All @@ -29,6 +33,8 @@ paths:
$ref: "#/components/schemas/defLong"
components:
schemas:
defString:
type: string
defLong:
type: integer
format: int64
Expand Down

0 comments on commit ca68fb7

Please sign in to comment.