Deliveroo · JSON-LD Context

Deliveroo Catalogue Api Context

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

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

Catalogue SitePriceOverrides

Properties

Property Type Container
catalogueId string
name
items reference set
id string
price integer
prices reference set
itemId string

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#",
    "Catalogue": "droo:Catalogue",
    "SitePriceOverrides": "droo:SitePriceOverrides",
    "catalogueId": {
      "@id": "droo:catalogue_id",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "items": {
      "@id": "droo:items",
      "@container": "@set",
      "@type": "@id"
    },
    "id": {
      "@id": "droo:id",
      "@type": "xsd:string"
    },
    "price": {
      "@id": "droo:price",
      "@type": "xsd:integer"
    },
    "prices": {
      "@id": "droo:prices",
      "@container": "@set",
      "@type": "@id"
    },
    "itemId": {
      "@id": "droo:item_id",
      "@type": "xsd:string"
    }
  }
}