{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-describe-domain-change-progress-response-schema.json", "title": "DescribeDomainChangeProgressResponse", "description": "The result of a DescribeDomainChangeProgress request. Contains the progress information of the requested domain change. ", "type": "object", "properties": { "ChangeProgressStatus": { "allOf": [ { "$ref": "#/components/schemas/ChangeProgressStatusDetails" }, { "description": "Progress information for the configuration change that is requested in the DescribeDomainChangeProgress request. " } ] } } }