Skip to content

Commit

Permalink
required props
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jul 28, 2022
1 parent be9f747 commit 8d7966f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions specs/search/common/schemas/listIndicesResponse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ listIndicesResponse:
type: integer
description: Number of pages.
example: 100
required:
- items
required:
- items

fetchedIndex:
type: object
Expand Down
4 changes: 2 additions & 2 deletions specs/search/paths/objects/getObjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ post:
type: object
description: Fetched object.
x-is-generic: true
required:
- results
required:
- results
'400':
$ref: '../../../common/responses/BadRequest.yml'
'402':
Expand Down

0 comments on commit 8d7966f

Please sign in to comment.