TD SYNNEX · JSON-LD Context

Td Synnex Context

JSON-LD context defining the semantic vocabulary for Td Synnex from TD SYNNEX.

34 Classes 1 Properties 2 Namespaces
View Context View on GitHub

Namespaces

tdsynnex: https://www.tdsynnex.com/vocabulary/
streamone: https://docs.streamone.cloud/vocabulary/

Classes

StreamOnePartner CloudSubscription DistributionOrder TechnologyProduct ShoppingCart CartItem CloudProfile ProvisioningTemplate BusinessReport customerId companyName email phone address street city state postalCode country status orderId totalAmount currency productId vendor subscriptionId startDate endDate renewalDate autoRenew quantity unitPrice reportId generatedAt

Properties

Property Type Container
EndCustomer reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "tdsynnex": "https://www.tdsynnex.com/vocabulary/",
    "streamone": "https://docs.streamone.cloud/vocabulary/",
    "StreamOnePartner": "tdsynnex:StreamOnePartner",
    "EndCustomer": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "CloudSubscription": "tdsynnex:CloudSubscription",
    "DistributionOrder": "tdsynnex:DistributionOrder",
    "TechnologyProduct": "tdsynnex:TechnologyProduct",
    "ShoppingCart": "schema:ShoppingCart",
    "CartItem": "schema:ItemList",
    "CloudProfile": "tdsynnex:CloudProfile",
    "ProvisioningTemplate": "tdsynnex:ProvisioningTemplate",
    "BusinessReport": "schema:Report",
    "customerId": "schema:identifier",
    "companyName": "schema:legalName",
    "email": "schema:email",
    "phone": "schema:telephone",
    "address": "schema:PostalAddress",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "postalCode": "schema:postalCode",
    "country": "schema:addressCountry",
    "status": "schema:status",
    "orderId": "schema:orderNumber",
    "totalAmount": "schema:totalPaymentDue",
    "currency": "schema:priceCurrency",
    "productId": "schema:productID",
    "vendor": "schema:brand",
    "subscriptionId": "tdsynnex:subscriptionIdentifier",
    "startDate": "schema:startDate",
    "endDate": "schema:endDate",
    "renewalDate": "tdsynnex:renewalDate",
    "autoRenew": "tdsynnex:autoRenew",
    "quantity": "schema:quantity",
    "unitPrice": "schema:price",
    "reportId": "tdsynnex:reportIdentifier",
    "generatedAt": "schema:dateCreated"
  }
}