From e7f24d28d14430a5b2f559f3a0c93b912a2252d2 Mon Sep 17 00:00:00 2001 From: "james.kent@austin.utexas.edu" Date: Tue, 9 Apr 2024 15:53:21 -0500 Subject: [PATCH] make variable read only --- neurosynth-compose-openapi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/neurosynth-compose-openapi.yml b/neurosynth-compose-openapi.yml index 99e0858..e883d64 100644 --- a/neurosynth-compose-openapi.yml +++ b/neurosynth-compose-openapi.yml @@ -1533,9 +1533,10 @@ components: - minItems: 1 items: $ref: '#/components/schemas/meta-analysis' + type: array - items: type: string - type: array + type: array name: type: string nullable: true @@ -1558,6 +1559,7 @@ components: type: boolean x-stoplight: id: fxy7tfy8gx1e1 + readOnly: true project-return: allOf: - $ref: '#/components/schemas/read-only'