Auth0 · Schema

FormFieldBooleanConfig

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
default_value boolean
options object
View JSON Schema on GitHub

JSON Schema

auth0-formfieldbooleanconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FormFieldBooleanConfig",
  "title": "FormFieldBooleanConfig",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "default_value": {
      "type": "boolean"
    },
    "options": {
      "$ref": "#/components/schemas/FormFieldBooleanConfigOptions"
    }
  }
}