Whiplash · JSON-LD Context

Whiplash Context

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

39 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

whiplash: https://www.getwhiplash.com/ns#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

id type Order externalId tenantId name status currency billingAddress shippingAddress customFields tags Customer firstName lastName email phone addresses Item sku weight weightUnit Fulfillment ConsumerReturn Shipnotice NotificationSubscription url events active Address address1 address2 city stateOrProvince zipCodeOrPostalCode country company warehouseId quantity

Properties

Property Type Container
createdAt dateTime
updatedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "whiplash": "https://www.getwhiplash.com/ns#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "id": "@id",
    "type": "@type",
    "Order": "Order",
    "externalId": "identifier",
    "createdAt": {
      "@id": "dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "dateModified",
      "@type": "xsd:dateTime"
    },
    "tenantId": "whiplash:tenantId",
    "name": "name",
    "status": "orderStatus",
    "currency": "priceCurrency",
    "billingAddress": "billingAddress",
    "shippingAddress": "deliveryAddress",
    "customFields": "whiplash:customFields",
    "tags": "keywords",
    "Customer": "Person",
    "firstName": "givenName",
    "lastName": "familyName",
    "email": "email",
    "phone": "telephone",
    "addresses": "address",
    "Item": "Product",
    "sku": "sku",
    "weight": "weight",
    "weightUnit": "unitText",
    "Fulfillment": "ParcelDelivery",
    "ConsumerReturn": "whiplash:ConsumerReturn",
    "Shipnotice": "whiplash:Shipnotice",
    "NotificationSubscription": "whiplash:NotificationSubscription",
    "url": "url",
    "events": "whiplash:subscribedEvents",
    "active": "whiplash:active",
    "Address": "PostalAddress",
    "address1": "streetAddress",
    "address2": "whiplash:streetAddress2",
    "city": "addressLocality",
    "stateOrProvince": "addressRegion",
    "zipCodeOrPostalCode": "postalCode",
    "country": "addressCountry",
    "company": "name",
    "warehouseId": "whiplash:warehouseId",
    "quantity": "whiplash:quantity"
  }
}