Zitadel · Schema

HumanEmail

AuthenticationAuthorizationIdentity ManagementOpen SourceOAuth 2.0OIDC

Properties

Name Type Description
email string
isEmailVerified boolean
View JSON Schema on GitHub

JSON Schema

zitadel-humanemail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HumanEmail",
  "title": "HumanEmail",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email"
    },
    "isEmailVerified": {
      "type": "boolean"
    }
  }
}