{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-start-elasticsearch-service-software-update-response-structure.json", "name": "StartElasticsearchServiceSoftwareUpdateResponse", "description": "The result of a StartElasticsearchServiceSoftwareUpdate operation. Contains the status of the update.", "type": "object", "properties": { "ServiceSoftwareOptions": { "allOf": [ { "$ref": "#/components/schemas/ServiceSoftwareOptions" }, { "description": "The current status of the Elasticsearch service software update." } ] } } }