Auth0 · Schema

SelfServiceProfileCustomTextLanguageEnum

The language of the custom text.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-selfserviceprofilecustomtextlanguageenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelfServiceProfileCustomTextLanguageEnum",
  "title": "SelfServiceProfileCustomTextLanguageEnum",
  "type": "string",
  "enum": [
    "en"
  ],
  "description": "The language of the custom text."
}