Skip to content

Commit

Permalink
allow studysets to be array of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 5, 2023
1 parent e8f9426 commit f3c3c85
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -971,15 +971,20 @@ components:
studysets:
type: array
items:
type: object
properties:
name:
type: string
nullable: true
id:
type: string
description:
type: string
oneOf:
- type: object
properties:
name:
type: string
nullable: true
id:
type: string
description:
type: string
nullable: true
- type: string
x-stoplight:
id: 4ny274ofy8y83
nullable: true
has_coordinates:
type: boolean
Expand Down

0 comments on commit f3c3c85

Please sign in to comment.