{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-list-domain-names-response-schema.json", "title": "ListDomainNamesResponse", "description": "The result of a ListDomainNames operation. Contains the names of all domains owned by this account and their respective engine types.", "type": "object", "properties": { "DomainNames": { "allOf": [ { "$ref": "#/components/schemas/DomainInfoList" }, { "description": "List of domain names and respective engine types." } ] } } }