Skip to content

Commit ec14bcf

Browse files
committed
add new studyset_studies parameter
1 parent d2e8a8c commit ec14bcf

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

neurostore-openapi.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,6 +1844,18 @@ components:
18441844
title: studyset-relationships
18451845
type: object
18461846
properties:
1847+
studyset_studies:
1848+
type: array
1849+
description: Association records for studies in this studyset (includes stub UUIDs for mapping).
1850+
items:
1851+
type: object
1852+
properties:
1853+
id:
1854+
type: string
1855+
curation_stub_uuid:
1856+
type: string
1857+
format: uuid
1858+
nullable: true
18471859
studies:
18481860
oneOf:
18491861
- items:

0 commit comments

Comments
 (0)