Auth0 · Schema
BrandingThemeColors
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID 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 |
JSON Schema
{
"$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})$"
}
}
}