Stigg · JSON-LD Context

Stigg Context

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

35 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

stigg: https://api.stigg.io/vocab#

Classes

customerId featureId planId subscriptionId isGranted usageLimit currentUsage resetPeriod billingPeriod billingId billingCurrency addonId couponId idempotencyKey updateBehavior eventName discountValue discountType archivedAt trialEndDate Customer Subscription Plan Entitlement Feature Addon Coupon UsageMeasurement UsageEvent name email createdAt updatedAt status description

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "stigg": "https://api.stigg.io/vocab#",

    "customerId": "stigg:customerId",
    "featureId": "stigg:featureId",
    "planId": "stigg:planId",
    "subscriptionId": "stigg:subscriptionId",
    "isGranted": "stigg:isGranted",
    "usageLimit": "stigg:usageLimit",
    "currentUsage": "stigg:currentUsage",
    "resetPeriod": "stigg:resetPeriod",
    "billingPeriod": "stigg:billingPeriod",
    "billingId": "stigg:billingId",
    "billingCurrency": "stigg:billingCurrency",
    "addonId": "stigg:addonId",
    "couponId": "stigg:couponId",
    "idempotencyKey": "stigg:idempotencyKey",
    "updateBehavior": "stigg:updateBehavior",
    "eventName": "stigg:eventName",
    "discountValue": "stigg:discountValue",
    "discountType": "stigg:discountType",
    "archivedAt": "dateDeleted",
    "trialEndDate": "stigg:trialEndDate",

    "Customer": "stigg:Customer",
    "Subscription": "stigg:Subscription",
    "Plan": "stigg:Plan",
    "Entitlement": "stigg:Entitlement",
    "Feature": "stigg:Feature",
    "Addon": "stigg:Addon",
    "Coupon": "stigg:Coupon",
    "UsageMeasurement": "stigg:UsageMeasurement",
    "UsageEvent": "stigg:UsageEvent",

    "name": "name",
    "email": "email",
    "createdAt": "dateCreated",
    "updatedAt": "dateModified",
    "status": "stigg:status",
    "description": "description"
  }
}