Auth0 · Schema

FormStyle

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
css string
View JSON Schema on GitHub

JSON Schema

auth0-formstyle-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormStyle",
  "title": "FormStyle",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "css": {
      "type": "string",
      "minLength": 1,
      "maxLength": 5000
    }
  }
}