Auth0 · Schema

FormFieldEmailConfig

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
default_value string
placeholder string
View JSON Schema on GitHub

JSON Schema

auth0-formfieldemailconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFieldEmailConfig",
  "title": "FormFieldEmailConfig",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "default_value": {
      "type": "string",
      "minLength": 1
    },
    "placeholder": {
      "type": "string",
      "minLength": 1,
      "maxLength": 500
    }
  }
}