Stigg · JSON-LD Context

Stigg Context

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

19 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 Customer Subscription Plan Entitlement Feature 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",

    "Customer": "stigg:Customer",
    "Subscription": "stigg:Subscription",
    "Plan": "stigg:Plan",
    "Entitlement": "stigg:Entitlement",
    "Feature": "stigg:Feature",

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