A list of Elasticsearch domain names.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-domain-name-list-schema.json", "title": "DomainNameList", "description": "A list of Elasticsearch domain names.", "type": "array", "items": { "$ref": "#/components/schemas/DomainName" } }