Auth0 · Schema

BrandingThemeFontSubtitle

Subtitle

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
bold boolean Subtitle bold
size number Subtitle size
View JSON Schema on GitHub

JSON Schema

auth0-brandingthemefontsubtitle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BrandingThemeFontSubtitle",
  "title": "BrandingThemeFontSubtitle",
  "type": "object",
  "description": "Subtitle",
  "additionalProperties": false,
  "required": [
    "bold",
    "size"
  ],
  "properties": {
    "bold": {
      "type": "boolean",
      "description": "Subtitle bold"
    },
    "size": {
      "type": "number",
      "description": "Subtitle size",
      "minimum": 0,
      "maximum": 150
    }
  }
}