Skip to content

Commit

Permalink
add array to return
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 5, 2023
1 parent 4a7a1e7 commit d48594c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .spectral.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import ruleset from "https://stoplight.io/api/v1/projects/cHJqOjU0NTA4/spectral.js?branch_slug=main&token=623e7421-01bd-4f90-b9fe-61e27a0e73b0";
export default { extends: ruleset };
4 changes: 3 additions & 1 deletion neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,9 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/base-study-return'
oneOf:
- $ref: '#/components/schemas/base-study-return'
- $ref: '#/components/schemas/study-return'
security:
- JSON-Web-Token: []
- {}
Expand Down

0 comments on commit d48594c

Please sign in to comment.