DomainNameFqdn schema from Amazon OpenSearch Service API
{ "$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-fqdn-schema.json", "title": "DomainNameFqdn", "description": "DomainNameFqdn schema from Amazon OpenSearch Service API", "type": "string", "pattern": "^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$" }