Auth0 · Schema
BrandingThemeBorders
AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM
Properties
| Name | Type | Description |
|---|---|---|
| button_border_radius | number | Button border radius |
| button_border_weight | number | Button border weight |
| buttons_style | object | |
| input_border_radius | number | Input border radius |
| input_border_weight | number | Input border weight |
| inputs_style | object | |
| show_widget_shadow | boolean | Show widget shadow |
| widget_border_weight | number | Widget border weight |
| widget_corner_radius | number | Widget corner radius |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BrandingThemeBorders",
"title": "BrandingThemeBorders",
"type": "object",
"additionalProperties": false,
"required": [
"button_border_radius",
"button_border_weight",
"buttons_style",
"input_border_radius",
"input_border_weight",
"inputs_style",
"show_widget_shadow",
"widget_border_weight",
"widget_corner_radius"
],
"properties": {
"button_border_radius": {
"type": "number",
"description": "Button border radius",
"minimum": 1,
"maximum": 10
},
"button_border_weight": {
"type": "number",
"description": "Button border weight",
"minimum": 0,
"maximum": 10
},
"buttons_style": {
"$ref": "#/components/schemas/BrandingThemeBordersButtonsStyleEnum"
},
"input_border_radius": {
"type": "number",
"description": "Input border radius",
"minimum": 0,
"maximum": 10
},
"input_border_weight": {
"type": "number",
"description": "Input border weight",
"minimum": 0,
"maximum": 3
},
"inputs_style": {
"$ref": "#/components/schemas/BrandingThemeBordersInputsStyleEnum"
},
"show_widget_shadow": {
"type": "boolean",
"description": "Show widget shadow"
},
"widget_border_weight": {
"type": "number",
"description": "Widget border weight",
"minimum": 0,
"maximum": 10
},
"widget_corner_radius": {
"type": "number",
"description": "Widget corner radius",
"minimum": 0,
"maximum": 50
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auth0-brandingthemeborders"
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.