Auth0 · Schema

ConnectionDomainAliasesItems

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectiondomainaliasesitems-schema.json Raw ↑
{
  "$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
    }
  ]
}