Deliveroo · JSON-LD Context

Deliveroo Site Api Context

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

1 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

OpeningHours

Properties

Property Type Container
openingHours reference set
dayOfWeek string
timePeriods reference set
start string
end 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#",
    "OpeningHours": "droo:OpeningHours",
    "openingHours": {
      "@id": "droo:opening_hours",
      "@container": "@set",
      "@type": "@id"
    },
    "dayOfWeek": {
      "@id": "droo:day_of_week",
      "@type": "xsd:string"
    },
    "timePeriods": {
      "@id": "droo:time_periods",
      "@container": "@set",
      "@type": "@id"
    },
    "start": {
      "@id": "droo:start",
      "@type": "xsd:string"
    },
    "end": {
      "@id": "droo:end",
      "@type": "xsd:string"
    }
  }
}