Deliverect · JSON-LD Context

Deliverect Store Api Context

JSON-LD context defining the semantic vocabulary for Deliverect Store Api from Deliverect.

3 Classes 12 Properties 4 Namespaces
View Context View on GitHub

Namespaces

dv: https://developers.deliverect.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

PostMarkProductsOutOfStockByTag PostPostLocationsOpeninghours PostUpdateStoreStatus

Properties

Property Type Container
account string
location string
tag integer set
snoozeStart string
snoozeEnd string
locations set
id string
triggerUpdate boolean
openingHours set
channels set
isActive string
prepTime string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "dv": "https://developers.deliverect.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "PostMarkProductsOutOfStockByTag": "dv:PostMarkProductsOutOfStockByTag",
    "PostPostLocationsOpeninghours": "dv:PostPostLocationsOpeninghours",
    "PostUpdateStoreStatus": "dv:PostUpdateStoreStatus",
    "account": {
      "@id": "dv:account",
      "@type": "xsd:string"
    },
    "location": {
      "@id": "dv:location",
      "@type": "xsd:string"
    },
    "tag": {
      "@id": "dv:tag",
      "@container": "@set",
      "@type": "xsd:integer"
    },
    "snoozeStart": {
      "@id": "dv:snoozeStart",
      "@type": "xsd:string"
    },
    "snoozeEnd": {
      "@id": "dv:snoozeEnd",
      "@type": "xsd:string"
    },
    "locations": {
      "@id": "dv:locations",
      "@container": "@set"
    },
    "id": {
      "@id": "dv:id",
      "@type": "xsd:string"
    },
    "triggerUpdate": {
      "@id": "dv:triggerUpdate",
      "@type": "xsd:boolean"
    },
    "openingHours": {
      "@id": "dv:openingHours",
      "@container": "@set"
    },
    "channels": {
      "@id": "dv:channels",
      "@container": "@set"
    },
    "isActive": {
      "@id": "dv:isActive",
      "@type": "xsd:string"
    },
    "prepTime": {
      "@id": "dv:prepTime",
      "@type": "xsd:string"
    }
  }
}