Auth0 · Schema

FormBlockRichTextConfig

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
content string
View JSON Schema on GitHub

JSON Schema

auth0-formblockrichtextconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormBlockRichTextConfig",
  "title": "FormBlockRichTextConfig",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "content": {
      "type": "string",
      "maxLength": 10000
    }
  }
}