Auth0 · Schema

SelfServiceProfileDescription

The description of the self-service Profile.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-selfserviceprofiledescription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelfServiceProfileDescription",
  "title": "SelfServiceProfileDescription",
  "type": [
    "string",
    "null"
  ],
  "description": "The description of the self-service Profile.",
  "minLength": 1,
  "maxLength": 140
}