Skip to content

Commit ab4b787

Browse files
committed
fix: add missing curation_stub_map property
1 parent ec14bcf commit ab4b787

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

neurostore-openapi.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1888,6 +1888,14 @@ components:
18881888
required:
18891889
- id
18901890
- $ref: '#/components/schemas/study-request'
1891+
curation_stub_map:
1892+
type: object
1893+
description: >
1894+
Accepts a map of each study ID to the curation stub UUID used to keep
1895+
curation/extraction alignment.
1896+
additionalProperties:
1897+
type: string
1898+
format: uuid
18911899
studyset-list:
18921900
title: studyset-get
18931901
type: object

0 commit comments

Comments
 (0)