Skip to content

Commit

Permalink
Merge pull request #83 from neurostuff/enh/add_draft
Browse files Browse the repository at this point in the history
[ENH] add draft parameter
  • Loading branch information
jdkent committed Apr 9, 2024
2 parents 0565a9d + e7f24d2 commit ca2494f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions neurosynth-compose-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1531,9 +1531,9 @@ components:
meta_analyses:
oneOf:
- minItems: 1
type: array
items:
$ref: '#/components/schemas/meta-analysis'
type: array
- items:
type: string
type: array
Expand All @@ -1550,12 +1550,16 @@ 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
readOnly: true
project-return:
allOf:
- $ref: '#/components/schemas/read-only'
Expand Down

0 comments on commit ca2494f

Please sign in to comment.