Zylo · JSON-LD Context

Zylo Context

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

2 Classes 4 Properties 1 Namespaces
View Context View on GitHub

Namespaces

zylo: https://developer.zylo.com/reference/

Classes

id type

Properties

Property Type Container
Subscription
Application
ExportJob
ImportJob

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "zylo": "https://developer.zylo.com/reference/",
    "id": "@id",
    "type": "@type",
    "Subscription": {
      "@id": "zylo:Subscription",
      "@context": {
        "name": "schema:name",
        "applicationId": "zylo:applicationId",
        "applicationName": "zylo:applicationName",
        "status": "schema:status",
        "owner": "schema:owner",
        "renewalDate": {
          "@id": "zylo:renewalDate",
          "@type": "schema:Date"
        },
        "annualCost": {
          "@id": "zylo:annualCost",
          "@type": "schema:MonetaryAmount"
        },
        "licenseCount": {
          "@id": "zylo:licenseCount",
          "@type": "schema:Integer"
        },
        "usedLicenseCount": {
          "@id": "zylo:usedLicenseCount",
          "@type": "schema:Integer"
        },
        "createdAt": {
          "@id": "schema:dateCreated",
          "@type": "schema:DateTime"
        },
        "updatedAt": {
          "@id": "schema:dateModified",
          "@type": "schema:DateTime"
        },
        "customFields": "zylo:customFields"
      }
    },
    "Application": {
      "@id": "zylo:Application",
      "@context": {
        "name": "schema:name",
        "category": "schema:category",
        "owner": "schema:owner",
        "status": "schema:status",
        "trueUp": "zylo:trueUp",
        "totalSpend": {
          "@id": "zylo:totalSpend",
          "@type": "schema:MonetaryAmount"
        },
        "subscriptionCount": {
          "@id": "zylo:subscriptionCount",
          "@type": "schema:Integer"
        },
        "createdAt": {
          "@id": "schema:dateCreated",
          "@type": "schema:DateTime"
        },
        "updatedAt": {
          "@id": "schema:dateModified",
          "@type": "schema:DateTime"
        },
        "customFields": "zylo:customFields"
      }
    },
    "ExportJob": {
      "@id": "zylo:ExportJob",
      "@context": {
        "status": "schema:status",
        "downloadUrl": {
          "@id": "schema:contentUrl",
          "@type": "@id"
        },
        "createdAt": {
          "@id": "schema:dateCreated",
          "@type": "schema:DateTime"
        },
        "completedAt": {
          "@id": "zylo:completedAt",
          "@type": "schema:DateTime"
        },
        "error": "zylo:error"
      }
    },
    "ImportJob": {
      "@id": "zylo:ImportJob",
      "@context": {
        "subscriptionId": "zylo:subscriptionId",
        "status": "schema:status",
        "fileName": "schema:name",
        "recordsProcessed": {
          "@id": "zylo:recordsProcessed",
          "@type": "schema:Integer"
        },
        "recordsFailed": {
          "@id": "zylo:recordsFailed",
          "@type": "schema:Integer"
        },
        "createdAt": {
          "@id": "schema:dateCreated",
          "@type": "schema:DateTime"
        },
        "completedAt": {
          "@id": "zylo:completedAt",
          "@type": "schema:DateTime"
        },
        "error": "zylo:error"
      }
    }
  }
}