{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-create-elasticsearch-domain-response-schema.json", "title": "CreateElasticsearchDomainResponse", "description": "The result of a CreateElasticsearchDomain operation. Contains the status of the newly created Elasticsearch domain.", "type": "object", "properties": { "DomainStatus": { "allOf": [ { "$ref": "#/components/schemas/ElasticsearchDomainStatus" }, { "description": "The status of the newly created Elasticsearch domain. " } ] } } }