Skip to content

Commit cf14cbb

Browse files
authored
Merge pull request #561 from hubmapconsortium/Derek-Furst/multiple-components-datasets
Updated entity api spec entry for datasets/components to include
2 parents dd6bebd + c7aac91 commit cf14cbb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

entity-api-spec.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2507,7 +2507,14 @@ paths:
25072507
datasets:
25082508
type: array
25092509
items:
2510-
$ref: '#/components/schemas/Dataset'
2510+
type: object
2511+
properties:
2512+
dataset_link_abs_dir:
2513+
type: string
2514+
required: true
2515+
description: The file path to the component's sub-directory beneath the ancestor dataset on globus. The created symbolic link will point to this subdirectory
2516+
$ref: '#/components/schemas/Dataset'
2517+
25112518

25122519
responses:
25132520
'200':

0 commit comments

Comments
 (0)