Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 5, 2023
1 parent d48594c commit a053b2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,9 @@ paths:
schema:
oneOf:
- $ref: '#/components/schemas/base-study-return'
- $ref: '#/components/schemas/study-return'
- type: array
items:
$ref: '#/components/schemas/study-return'
security:
- JSON-Web-Token: []
- {}
Expand Down

0 comments on commit a053b2f

Please sign in to comment.