DomainType schema from Amazon Cognito
{ "type": "string", "pattern": "^[a-z0-9](?:[a-z0-9\\-]{0,61}[a-z0-9])?$", "minLength": 1, "maxLength": 63, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-domain-type-schema.json", "title": "DomainType", "description": "DomainType schema from Amazon Cognito" }