Skip to content

Commit

Permalink
Merge pull request #373 from ga4gh/release/drs-1.2.0
Browse files Browse the repository at this point in the history
release 1.2.0 into master
  • Loading branch information
Jeremy Adams authored Sep 27, 2021
2 parents eb3df1a + 66d9427 commit a57f825
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions openapi/components/requestBodies/PostObjectBody.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@ content:
type: object
properties:
expand:
type:
$ref: '#/components/parameters/Expand/schema/type'
example:
$ref: '#/components/parameters/Expand/example'
description:
$ref: '#/components/parameters/Expand/description'
type: boolean
example: false
description: >-
If false and the object_id refers to a bundle, then the ContentsObject array
contains only those objects directly contained in the bundle. That is, if the
bundle contains other bundles, those other bundles are not recursively
included in the result.
If true and the object_id refers to a bundle, then the entire set of objects
in the bundle is expanded. That is, if the bundle contains aother bundles,
then those other bundles are recursively expanded and included in the result.
Recursion continues through the entire sub-tree of the bundle.
If the object_id refers to a blob, then the query parameter is ignored.
passports:
type: array
items:
Expand Down

0 comments on commit a57f825

Please sign in to comment.