Auth0 · Schema

FormFieldLegalConfig

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
text string
View JSON Schema on GitHub

JSON Schema

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