Auth0 · Schema

FormFieldUrlConfig

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

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

JSON Schema

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