diff --git a/neurosynth-compose-openapi.yml b/neurosynth-compose-openapi.yml index a59375a..e883d64 100644 --- a/neurosynth-compose-openapi.yml +++ b/neurosynth-compose-openapi.yml @@ -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 @@ -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'