From 511c10e6fba9fe3eb306d3edc22a3ec3f1ab42f0 Mon Sep 17 00:00:00 2001 From: "james.kent@austin.utexas.edu" Date: Wed, 13 Mar 2024 00:06:05 -0500 Subject: [PATCH] Modified neurostore-openapi.yml --- neurostore-openapi.yml | 46 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/neurostore-openapi.yml b/neurostore-openapi.yml index 3ab2a81..a09155b 100644 --- a/neurostore-openapi.yml +++ b/neurostore-openapi.yml @@ -899,6 +899,34 @@ paths: application/json: schema: $ref: '#/components/schemas/base-study' + /annotation-analyses/: + get: + summary: Your GET endpoint + tags: [] + responses: + '200': + description: OK + content: + application/json: + schema: + $ref: '#/components/schemas/note-collection-list' + operationId: '' + x-stoplight: + id: fjrufmjjb3y4q + '/annotation-analyses/{id}': + parameters: + - schema: + type: string + name: id + in: path + required: true + get: + summary: Your GET endpoint + tags: [] + responses: {} + operationId: get-annotation-analyses-id + x-stoplight: + id: 0bluiswi2nwdw components: schemas: studyset-return: @@ -1461,11 +1489,29 @@ components: type: string nullable: true readOnly: true + id: + type: string + x-stoplight: + id: kcqkjm938r62j note-collection-request: title: note-collection-request allOf: - $ref: ./nimads/nimads/noteCollectionBase.yaml - $ref: '#/components/schemas/writeable-resource-attributes' + note-collection-list: + title: note-collection-list + x-stoplight: + id: mljd0u645zvaz + type: object + properties: + results: + type: array + x-stoplight: + id: 30s5atr6axd6n + items: + $ref: '#/components/schemas/note-collection-return' + metadata: + $ref: '#/components/schemas/metadata' annotation-export: type: object title: annotation-export