Deliverect · JSON-LD Context

Deliverect Kds Api Context

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

2 Classes 7 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

KdsOrderNotification PostPostKdsOrderstatusOrderid

Properties

Property Type Container
locationId string
channelLinkId string
checkoutId string
status string
reason string
updatedAt string
orderId 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#",
    "KdsOrderNotification": "dv:KdsOrderNotification",
    "PostPostKdsOrderstatusOrderid": "dv:PostPostKdsOrderstatusOrderid",
    "locationId": {
      "@id": "dv:locationId",
      "@type": "xsd:string"
    },
    "channelLinkId": {
      "@id": "dv:channelLinkId",
      "@type": "xsd:string"
    },
    "checkoutId": {
      "@id": "dv:checkoutId",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "dv:status",
      "@type": "xsd:string"
    },
    "reason": {
      "@id": "dv:reason",
      "@type": "xsd:string"
    },
    "updatedAt": {
      "@id": "dv:updatedAt",
      "@type": "xsd:string"
    },
    "orderId": {
      "@id": "dv:orderId",
      "@type": "xsd:string"
    }
  }
}