Auth0 · Schema

FormFieldTelConfigStrings

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
filter_placeholder string
View JSON Schema on GitHub

JSON Schema

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