Skip to content

Commit

Permalink
allow neurostore_study to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Sep 22, 2023
1 parent c091885 commit 60e7fc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1478,10 +1478,9 @@ components:
- minItems: 1
items:
$ref: '#/components/schemas/meta-analysis'
type: array
- items:
type: string
type: array
type: array
name:
type: string
nullable: true
Expand All @@ -1495,6 +1494,7 @@ components:
description: whether the project is public or private
neurostore_study:
$ref: '#/components/schemas/neurostore-study'
nullable: true
neurostore_url:
type: string
x-stoplight:
Expand Down

0 comments on commit 60e7fc2

Please sign in to comment.