Auth0 · Schema

ConnectionUiLocalesSupported

Languages and scripts supported for the user interface, represented as a JSON array of BCP47 [RFC5646] language tag values.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionuilocalessupported-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionUiLocalesSupported",
  "title": "ConnectionUiLocalesSupported",
  "type": "array",
  "description": "Languages and scripts supported for the user interface, represented as a JSON array of BCP47 [RFC5646] language tag values.",
  "minItems": 0,
  "maxItems": 150,
  "items": {
    "type": "string",
    "maxLength": 50
  }
}