Skip to content

Commit

Permalink
add draft parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Apr 9, 2024
1 parent 0565a9d commit 2daad53
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1531,12 +1531,11 @@ components:
meta_analyses:
oneOf:
- minItems: 1
type: array
items:
$ref: '#/components/schemas/meta-analysis'
- items:
type: string
type: array
type: array
name:
type: string
nullable: true
Expand All @@ -1550,12 +1549,15 @@ components:
description: whether the project is public or private
neurostore_study:
$ref: '#/components/schemas/neurostore-study'
nullable: true
neurostore_url:
type: string
x-stoplight:
id: mfk6853ojk4kk
nullable: true
draft:
type: boolean
x-stoplight:
id: fxy7tfy8gx1e1
project-return:
allOf:
- $ref: '#/components/schemas/read-only'
Expand Down

0 comments on commit 2daad53

Please sign in to comment.