{ "type": "object", "title": "UpdateWorkspaceBundleRequest", "properties": { "BundleId": { "allOf": [ { "$ref": "#/components/schemas/BundleId" }, { "description": "The identifier of the bundle." } ] }, "ImageId": { "allOf": [ { "$ref": "#/components/schemas/WorkspaceImageId" }, { "description": "The identifier of the image." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-update-workspace-bundle-request-schema.json", "description": "UpdateWorkspaceBundleRequest schema from Amazon WorkSpaces API" }