Skip to content

Commit

Permalink
Merge pull request #561 from hubmapconsortium/Derek-Furst/multiple-co…
Browse files Browse the repository at this point in the history
…mponents-datasets

Updated entity api spec entry for datasets/components to include
  • Loading branch information
yuanzhou authored Nov 7, 2023
2 parents dd6bebd + c7aac91 commit cf14cbb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion entity-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2507,7 +2507,14 @@ paths:
datasets:
type: array
items:
$ref: '#/components/schemas/Dataset'
type: object
properties:
dataset_link_abs_dir:
type: string
required: true
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
$ref: '#/components/schemas/Dataset'


responses:
'200':
Expand Down

0 comments on commit cf14cbb

Please sign in to comment.