Auth0 · Schema

BrandingThemeColors

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
base_focus_color string Base Focus Color
base_hover_color string Base Hover Color
body_text string Body text
captcha_widget_theme object
error string Error
header string Header
icons string Icons
input_background string Input background
input_border string Input border
input_filled_text string Input filled text
input_labels_placeholders string Input labels & placeholders
links_focused_components string Links & focused components
primary_button string Primary button
primary_button_label string Primary button label
read_only_background string Read only background
secondary_button_border string Secondary button border
secondary_button_label string Secondary button label
success string Success
widget_background string Widget background
widget_border string Widget border
View JSON Schema on GitHub

JSON Schema

auth0-brandingthemecolors-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BrandingThemeColors",
  "title": "BrandingThemeColors",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "body_text",
    "error",
    "header",
    "icons",
    "input_background",
    "input_border",
    "input_filled_text",
    "input_labels_placeholders",
    "links_focused_components",
    "primary_button",
    "primary_button_label",
    "secondary_button_border",
    "secondary_button_label",
    "success",
    "widget_background",
    "widget_border"
  ],
  "properties": {
    "base_focus_color": {
      "type": "string",
      "description": "Base Focus Color",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "base_hover_color": {
      "type": "string",
      "description": "Base Hover Color",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "body_text": {
      "type": "string",
      "description": "Body text",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "captcha_widget_theme": {
      "$ref": "#/components/schemas/BrandingThemeColorsCaptchaWidgetThemeEnum"
    },
    "error": {
      "type": "string",
      "description": "Error",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "header": {
      "type": "string",
      "description": "Header",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "icons": {
      "type": "string",
      "description": "Icons",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "input_background": {
      "type": "string",
      "description": "Input background",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "input_border": {
      "type": "string",
      "description": "Input border",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "input_filled_text": {
      "type": "string",
      "description": "Input filled text",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "input_labels_placeholders": {
      "type": "string",
      "description": "Input labels & placeholders",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "links_focused_components": {
      "type": "string",
      "description": "Links & focused components",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "primary_button": {
      "type": "string",
      "description": "Primary button",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "primary_button_label": {
      "type": "string",
      "description": "Primary button label",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "read_only_background": {
      "type": "string",
      "description": "Read only background",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "secondary_button_border": {
      "type": "string",
      "description": "Secondary button border",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "secondary_button_label": {
      "type": "string",
      "description": "Secondary button label",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "success": {
      "type": "string",
      "description": "Success",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "widget_background": {
      "type": "string",
      "description": "Widget background",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    },
    "widget_border": {
      "type": "string",
      "description": "Widget border",
      "pattern": "^#(([0-9a-fA-F]{3}){1,2}|([0-9a-fA-F]{4}){1,2})$"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auth0-brandingthemecolors"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.