Deliveroo · JSON-LD Context

Deliveroo Signature Api Context

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

6 Classes 9 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

QuoteRequest Quote OrderRequest Order DeliveryRequest Location

Properties

Property Type Container
pickup string
dropoff string
quoteId string
fee integer
orderId string
status string
address string
latitude decimal
longitude decimal

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#",
    "QuoteRequest": "droo:QuoteRequest",
    "Quote": "droo:Quote",
    "OrderRequest": "droo:OrderRequest",
    "Order": "droo:Order",
    "DeliveryRequest": "droo:DeliveryRequest",
    "Location": "droo:Location",
    "pickup": {
      "@id": "droo:pickup",
      "@type": "xsd:string"
    },
    "dropoff": {
      "@id": "droo:dropoff",
      "@type": "xsd:string"
    },
    "quoteId": {
      "@id": "droo:quote_id",
      "@type": "xsd:string"
    },
    "fee": {
      "@id": "droo:fee",
      "@type": "xsd:integer"
    },
    "orderId": {
      "@id": "droo:order_id",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "droo:status",
      "@type": "xsd:string"
    },
    "address": {
      "@id": "droo:address",
      "@type": "xsd:string"
    },
    "latitude": {
      "@id": "droo:latitude",
      "@type": "xsd:decimal"
    },
    "longitude": {
      "@id": "droo:longitude",
      "@type": "xsd:decimal"
    }
  }
}