{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-change-progress-details-structure.json", "name": "ChangeProgressDetails", "description": "Specifies change details of the domain configuration change.", "type": "object", "properties": { "ChangeId": { "allOf": [ { "$ref": "#/components/schemas/GUID" }, { "description": "The unique change identifier associated with a specific domain configuration change." } ] }, "Message": { "allOf": [ { "$ref": "#/components/schemas/Message" }, { "description": "Contains an optional message associated with the domain configuration change." } ] } } }