Auth0 · Schema

FormFieldBooleanConfigOptions

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
true string
false string
View JSON Schema on GitHub

JSON Schema

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