From 66d9427b123f212815c089348aab74f2e1715e27 Mon Sep 17 00:00:00 2001 From: Jeremy Adams Date: Mon, 27 Sep 2021 18:39:27 -0400 Subject: [PATCH] replace imports with duplicate entries, imports not working correctly with Swagger Editor --- .../requestBodies/PostObjectBody.yaml | 20 +++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/openapi/components/requestBodies/PostObjectBody.yaml b/openapi/components/requestBodies/PostObjectBody.yaml index 0a15e8bd..6b22fcc6 100644 --- a/openapi/components/requestBodies/PostObjectBody.yaml +++ b/openapi/components/requestBodies/PostObjectBody.yaml @@ -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: