fabric · JSON-LD Context

Fabric Com Context

JSON-LD context defining the semantic vocabulary for Fabric Com from fabric.

32 Classes 5 Properties 1 Namespaces
View Context View on GitHub

Namespaces

fabric: https://developer.fabric.inc/vocab#

Classes

Product Offer Order Invoice ParcelDelivery Person PostalAddress ItemList id type sku name description image category price priceCurrency availability validFrom validThrough orderNumber orderStatus orderDate acceptedOffer orderedItem totalPrice billingAddress shippingAddress trackingNumber carrier promotion couponCode

Properties

Property Type Container
customer reference
fabric:tenantId reference
fabric:cartId reference
fabric:shopperXP reference
fabric:productAgent reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "fabric": "https://developer.fabric.inc/vocab#",
    "Product": "schema:Product",
    "Offer": "schema:Offer",
    "Order": "schema:Order",
    "Invoice": "schema:Invoice",
    "ParcelDelivery": "schema:ParcelDelivery",
    "Person": "schema:Person",
    "PostalAddress": "schema:PostalAddress",
    "ItemList": "schema:ItemList",

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

    "sku": "schema:sku",
    "name": "schema:name",
    "description": "schema:description",
    "image": "schema:image",
    "category": "schema:category",

    "price": "schema:price",
    "priceCurrency": "schema:priceCurrency",
    "availability": "schema:availability",
    "validFrom": "schema:validFrom",
    "validThrough": "schema:validThrough",

    "customer": {"@id": "schema:customer", "@type": "@id"},
    "orderNumber": "schema:orderNumber",
    "orderStatus": "schema:orderStatus",
    "orderDate": "schema:orderDate",
    "acceptedOffer": "schema:acceptedOffer",
    "orderedItem": "schema:orderedItem",
    "totalPrice": "schema:totalPrice",
    "billingAddress": "schema:billingAddress",
    "shippingAddress": "schema:address",

    "trackingNumber": "schema:trackingNumber",
    "carrier": "schema:carrier",

    "promotion": "fabric:Promotion",
    "couponCode": "fabric:couponCode",
    "fabric:tenantId": {"@type": "@id"},
    "fabric:cartId": {"@type": "@id"},
    "fabric:shopperXP": {"@type": "@id"},
    "fabric:productAgent": {"@type": "@id"}
  }
}