Deliveroo · JSON-LD Context

Deliveroo Order Api Context

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

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

OrderStatusUpdate SyncStatus

Properties

Property Type Container
status string
rejectReason string
notes string
reason string
occurredAt

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#",
    "OrderStatusUpdate": "droo:OrderStatusUpdate",
    "SyncStatus": "droo:SyncStatus",
    "status": {
      "@id": "droo:status",
      "@type": "xsd:string"
    },
    "rejectReason": {
      "@id": "droo:reject_reason",
      "@type": "xsd:string"
    },
    "notes": {
      "@id": "droo:notes",
      "@type": "xsd:string"
    },
    "reason": {
      "@id": "droo:reason",
      "@type": "xsd:string"
    },
    "occurredAt": {
      "@id": "schema:dateCreated"
    }
  }
}