CancelChangeSetResponse schema from Amazon Marketplace API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-schema/amazon-marketplace-cancel-change-set-response-schema.json", "title": "CancelChangeSetResponse", "description": "CancelChangeSetResponse schema from Amazon Marketplace API", "type": "object", "properties": { "ChangeSetId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The unique identifier for the change set referenced in this request." } ] }, "ChangeSetArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN associated with the change set referenced in this request." } ] } } }