Kajabi · JSON-LD Context

Kajabi Context

JSON-LD context defining the semantic vocabulary for Kajabi from Kajabi.

69 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
kajabi: https://api.kajabi.com/v1/vocabulary#

Classes

Contact Product Offer Order Transaction Course BlogPost LandingPage WebsitePage Podcast Form FormSubmission Webhook Purchase Site ContactTag ContactNote CustomField Payout id type name title description email phone_number business_number url slug content page_title page_description thumbnail_url position locale first_name last_name full_name subscribed currency payment_method payment_status status active offer_id contact_id order_id transaction_id product_id form_id site_id payout_id payout_status payout_amount event target_url enabled field_key field_value fields access_token refresh_token token_type expires_in data links meta relationships attributes

Properties

Property Type Container
created_at dateTime
updated_at dateTime
published_at dateTime
cancelled_at dateTime
expires_at dateTime
price integer
amount integer
payout_date date

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "kajabi": "https://api.kajabi.com/v1/vocabulary#",

    "Contact": "schema:Person",
    "Product": "schema:Product",
    "Offer": "schema:Offer",
    "Order": "schema:Order",
    "Transaction": "schema:PayAction",
    "Course": "schema:Course",
    "BlogPost": "schema:BlogPosting",
    "LandingPage": "schema:WebPage",
    "WebsitePage": "schema:WebPage",
    "Podcast": "schema:PodcastSeries",
    "Form": "schema:ContactPage",
    "FormSubmission": "schema:EntryPoint",
    "Webhook": "kajabi:Webhook",
    "Purchase": "schema:Order",
    "Site": "schema:WebSite",
    "ContactTag": "schema:DefinedTerm",
    "ContactNote": "schema:Comment",
    "CustomField": "schema:PropertyValue",
    "Payout": "kajabi:KajabiPaymentsPayout",

    "id": "@id",
    "type": "@type",

    "name": "schema:name",
    "title": "schema:name",
    "description": "schema:description",
    "email": "schema:email",
    "phone_number": "schema:telephone",
    "business_number": "schema:telephone",
    "url": "schema:url",
    "slug": "kajabi:slug",
    "content": "schema:articleBody",
    "page_title": "schema:headline",
    "page_description": "schema:description",
    "thumbnail_url": "schema:thumbnailUrl",
    "position": "schema:position",
    "locale": "schema:inLanguage",

    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "full_name": "schema:name",
    "subscribed": "kajabi:subscribed",

    "created_at": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "published_at": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "cancelled_at": {
      "@id": "kajabi:cancelledAt",
      "@type": "xsd:dateTime"
    },
    "expires_at": {
      "@id": "schema:expires",
      "@type": "xsd:dateTime"
    },

    "price": {
      "@id": "schema:price",
      "@type": "xsd:integer"
    },
    "amount": {
      "@id": "schema:price",
      "@type": "xsd:integer"
    },
    "currency": "schema:priceCurrency",
    "payment_method": "schema:paymentMethod",
    "payment_status": "schema:paymentStatus",
    "status": "kajabi:status",
    "active": "kajabi:active",

    "offer_id": "kajabi:offerId",
    "contact_id": "kajabi:contactId",
    "order_id": "schema:orderNumber",
    "transaction_id": "kajabi:transactionId",
    "product_id": "kajabi:productId",
    "form_id": "kajabi:formId",
    "site_id": "kajabi:siteId",
    "payout_id": "kajabi:payoutId",
    "payout_status": "kajabi:payoutStatus",
    "payout_amount": "kajabi:payoutAmount",
    "payout_date": {
      "@id": "kajabi:payoutDate",
      "@type": "xsd:date"
    },

    "event": "kajabi:webhookEvent",
    "target_url": "kajabi:targetUrl",
    "enabled": "kajabi:enabled",
    "field_key": "schema:propertyID",
    "field_value": "schema:value",
    "fields": "schema:additionalProperty",

    "access_token": "kajabi:accessToken",
    "refresh_token": "kajabi:refreshToken",
    "token_type": "kajabi:tokenType",
    "expires_in": "kajabi:expiresIn",

    "data": "kajabi:data",
    "links": "kajabi:links",
    "meta": "kajabi:meta",
    "relationships": "kajabi:relationships",
    "attributes": "kajabi:attributes"
  }
}