Auth0 · Schema

BrandingThemeFontInputLabels

Input Labels

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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