From 39c008eadf485cf25fe3b01f70e3282e59d2bdaa Mon Sep 17 00:00:00 2001 From: "james.kent@austin.utexas.edu" Date: Wed, 3 Apr 2024 16:22:49 -0500 Subject: [PATCH] Modified neurosynth-compose-openapi.yml --- neurosynth-compose-openapi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neurosynth-compose-openapi.yml b/neurosynth-compose-openapi.yml index c30bbf6..3eae377 100644 --- a/neurosynth-compose-openapi.yml +++ b/neurosynth-compose-openapi.yml @@ -1531,11 +1531,12 @@ 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