{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-marketplace/refs/heads/main/json-structure/amazon-marketplace-start-change-set-response-structure.json", "name": "StartChangeSetResponse", "description": "StartChangeSetResponse schema from Amazon Marketplace API", "type": "object", "properties": { "ChangeSetId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "Unique identifier generated for the request." } ] }, "ChangeSetArn": { "allOf": [ { "$ref": "#/components/schemas/ARN" }, { "description": "The ARN associated to the unique identifier generated for the request." } ] } } }