Kajabi · Schema

Custom Fields

Schema for Kajabi custom fields

Creator EconomyOnline CoursesMembershipsE-CommerceDigital ProductsContactsWebhooksPayments

Properties

Name Type Description
title string
handle string
type string
required boolean
View JSON Schema on GitHub

JSON Schema

custom_fields_attributes.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/kajabi/main/json-schema/custom_fields_attributes.json",
  "title": "Custom Fields",
  "description": "Schema for Kajabi custom fields",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "handle": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "required": {
      "type": "boolean"
    }
  }
}