{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-describe-elasticsearch-domains-request-structure.json", "name": "DescribeElasticsearchDomainsRequest", "description": "Container for the parameters to the DescribeElasticsearchDomains operation. By default, the API returns the status of all Elasticsearch domains.", "type": "object", "properties": { "DomainNames": { "allOf": [ { "$ref": "#/components/schemas/DomainNameList" }, { "description": "The Elasticsearch domains for which you want information." } ] } }, "required": [ "DomainNames" ] }