Auth0 · Schema

SignupVerified

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
status object
verification object
View JSON Schema on GitHub

JSON Schema

auth0-signupverified-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SignupVerified",
  "title": "SignupVerified",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "status": {
      "$ref": "#/components/schemas/SignupStatusEnum"
    },
    "verification": {
      "$ref": "#/components/schemas/SignupVerification"
    }
  }
}