Skip to content

Commit

Permalink
Modified neurostore-openapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Mar 13, 2024
1 parent 2493f75 commit 511c10e
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 511c10e

Please sign in to comment.