Skip to content

Commit

Permalink
Fix openapi definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorizzo committed Feb 5, 2021
1 parent 7383bdc commit b6d3149
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/api/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ definitions:

Response:
type: object
description: Response
name: Item
properties:
pages:
type: object
Expand All @@ -90,6 +92,7 @@ definitions:
description: sortable fields
type: object
defaultSort:
type: object
sortDir:
type: boolean
limit:
Expand All @@ -106,6 +109,7 @@ definitions:
type: object

ResponseList:
description: ResponseList
type: object
properties:
pages:
Expand All @@ -118,6 +122,7 @@ definitions:
description: sortable fields
type: object
defaultSort:
type: object
sortDir:
type: boolean
limit:
Expand Down

0 comments on commit b6d3149

Please sign in to comment.