Kajabi · Schema

Contact Tags

Schema for Kajabi contact tags

Creator EconomyOnline CoursesMembershipsE-CommerceDigital ProductsContactsWebhooksPayments

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

contact_tags_attributes.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/kajabi/main/json-schema/contact_tags_attributes.json",
  "title": "Contact Tags",
  "description": "Schema for Kajabi contact tags",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    }
  },
  "required": [
    "name"
  ]
}