Auth0 · Schema

SelfServiceProfileBrandingColors

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
primary string
View JSON Schema on GitHub

JSON Schema

auth0-selfserviceprofilebrandingcolors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SelfServiceProfileBrandingColors",
  "title": "SelfServiceProfileBrandingColors",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "primary"
  ],
  "properties": {
    "primary": {
      "type": "string",
      "pattern": "^#([\\dA-Fa-f]{6}|[\\dA-Fa-f]{3})$"
    }
  }
}