Kajabi · Schema

Me

Schema for Kajabi me

Creator EconomyOnline CoursesMembershipsE-CommerceDigital ProductsContactsWebhooksPayments

Properties

Name Type Description
initials string
name string
email string
role_level string
View JSON Schema on GitHub

JSON Schema

me_attributes.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/kajabi/main/json-schema/me_attributes.json",
  "title": "Me",
  "description": "Schema for Kajabi me",
  "type": "object",
  "properties": {
    "initials": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "role_level": {
      "type": "string"
    }
  }
}