{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionDomainAliasesItems", "title": "ConnectionDomainAliasesItems", "oneOf": [ { "type": "string", "minLength": 0, "maxLength": 256, "pattern": "^((?!-))(xn--)?([a-zA-Z0-9](?:[a-zA-Z0-9\\-]*[a-zA-Z0-9])?\\.)*(xn--)?[a-zA-Z0-9](?:[a-zA-Z0-9\\-]*[a-zA-Z0-9])?$" }, { "type": "string", "format": "uri", "minLength": 0, "maxLength": 255 } ] }