Auth0 · Schema

FormFieldChoiceConfigAllowOther

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
enabled object
label string
placeholder string
View JSON Schema on GitHub

JSON Schema

auth0-formfieldchoiceconfigallowother-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFieldChoiceConfigAllowOther",
  "title": "FormFieldChoiceConfigAllowOther",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "enabled": {
      "$ref": "#/components/schemas/FormFieldChoiceConfigAllowOtherEnabledTrueEnum"
    },
    "label": {
      "type": "string",
      "minLength": 1
    },
    "placeholder": {
      "type": "string",
      "minLength": 1
    }
  }
}