Auth0 · Schema

SignupSchema

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

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