Auth0 · Schema

SignupVerification

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
active boolean
View JSON Schema on GitHub

JSON Schema

auth0-signupverification-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SignupVerification",
  "title": "SignupVerification",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "active": {
      "type": "boolean"
    }
  }
}