From 3c6e5c470c399ac335575c3193fb0fb06dde6b09 Mon Sep 17 00:00:00 2001 From: "james.kent@austin.utexas.edu" Date: Thu, 21 Mar 2024 19:35:36 -0500 Subject: [PATCH] make output array --- neurostore-openapi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/neurostore-openapi.yml b/neurostore-openapi.yml index 0f9606c..3592c2e 100644 --- a/neurostore-openapi.yml +++ b/neurostore-openapi.yml @@ -943,7 +943,9 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/note-collection-return' + type: array + items: + $ref: '#/components/schemas/note-collection-return' x-stoplight: id: z1xizns9dcjz5 requestBody: