Deliveroo · JSON-LD Context

Deliveroo Picking Api Context

JSON-LD context defining the semantic vocabulary for Deliveroo Picking Api from Deliveroo.

2 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

droo: https://deliveroo.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

RejectOrder ItemAmendments

Properties

Property Type Container
rejectReason string
itemAmendments reference set
itemId string
quantity integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "droo": "https://deliveroo.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "RejectOrder": "droo:RejectOrder",
    "ItemAmendments": "droo:ItemAmendments",
    "rejectReason": {
      "@id": "droo:reject_reason",
      "@type": "xsd:string"
    },
    "itemAmendments": {
      "@id": "droo:item_amendments",
      "@container": "@set",
      "@type": "@id"
    },
    "itemId": {
      "@id": "droo:item_id",
      "@type": "xsd:string"
    },
    "quantity": {
      "@id": "droo:quantity",
      "@type": "xsd:integer"
    }
  }
}