We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e8a8c commit ec14bcfCopy full SHA for ec14bcf
1 file changed
neurostore-openapi.yml
@@ -1844,6 +1844,18 @@ components:
1844
title: studyset-relationships
1845
type: object
1846
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
1857
+ format: uuid
1858
+ nullable: true
1859
studies:
1860
oneOf:
1861
- items:
0 commit comments