From 60e7fc2955d5aa0aebaf66188b9cb9e79ab42a06 Mon Sep 17 00:00:00 2001 From: "james.kent@austin.utexas.edu" Date: Fri, 22 Sep 2023 15:42:47 -0500 Subject: [PATCH] allow neurostore_study to be null --- neurosynth-compose-openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neurosynth-compose-openapi.yml b/neurosynth-compose-openapi.yml index f7cb58d..42c411b 100644 --- a/neurosynth-compose-openapi.yml +++ b/neurosynth-compose-openapi.yml @@ -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 @@ -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: