Deliveroo · JSON-LD Context

Deliveroo Webhooks Context

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

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

OrderEventPayload RiderEventPayload MenuEventPayload

Properties

Property Type Container
event string
body reference

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#",
    "OrderEventPayload": "droo:OrderEventPayload",
    "RiderEventPayload": "droo:RiderEventPayload",
    "MenuEventPayload": "droo:MenuEventPayload",
    "event": {
      "@id": "droo:event",
      "@type": "xsd:string"
    },
    "body": {
      "@id": "droo:body",
      "@type": "@id"
    }
  }
}