Uber Eats · JSON-LD Context

Uber Eats Eats Context

JSON-LD context defining the semantic vocabulary for Uber Eats Eats from Uber Eats.

5 Classes 26 Properties 4 Namespaces
View Context View on GitHub

Namespaces

ue: https://developer.uber.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Store StoreStatus Menu MenuItem Order

Properties

Property Type Container
id string
name
contactEmails set
partnerIdentifiers string
timezone string
location string
webUrl string
status
offlineReason string
pausedUntil dateTime
menus set
categories set
items set
modifierGroups set
title string
description
priceInfo string
suspensionInfo string
displayId string
externalReferenceId string
currentState string
store string
eater string
cart string
payment string
placedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ue": "https://developer.uber.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Store": "ue:Store",
    "id": {
      "@id": "ue:id",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "contactEmails": {
      "@id": "ue:contact_emails",
      "@container": "@set"
    },
    "partnerIdentifiers": {
      "@id": "ue:partner_identifiers",
      "@type": "xsd:string"
    },
    "timezone": {
      "@id": "ue:timezone",
      "@type": "xsd:string"
    },
    "location": {
      "@id": "ue:location",
      "@type": "xsd:string"
    },
    "webUrl": {
      "@id": "ue:web_url",
      "@type": "xsd:string"
    },
    "StoreStatus": "ue:StoreStatus",
    "status": {
      "@id": "schema:status"
    },
    "offlineReason": {
      "@id": "ue:offline_reason",
      "@type": "xsd:string"
    },
    "pausedUntil": {
      "@id": "ue:paused_until",
      "@type": "xsd:dateTime"
    },
    "Menu": "ue:Menu",
    "menus": {
      "@id": "ue:menus",
      "@container": "@set"
    },
    "categories": {
      "@id": "ue:categories",
      "@container": "@set"
    },
    "items": {
      "@id": "ue:items",
      "@container": "@set"
    },
    "modifierGroups": {
      "@id": "ue:modifier_groups",
      "@container": "@set"
    },
    "MenuItem": "ue:MenuItem",
    "title": {
      "@id": "ue:title",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description"
    },
    "priceInfo": {
      "@id": "ue:price_info",
      "@type": "xsd:string"
    },
    "suspensionInfo": {
      "@id": "ue:suspension_info",
      "@type": "xsd:string"
    },
    "Order": "ue:Order",
    "displayId": {
      "@id": "ue:display_id",
      "@type": "xsd:string"
    },
    "externalReferenceId": {
      "@id": "ue:external_reference_id",
      "@type": "xsd:string"
    },
    "currentState": {
      "@id": "ue:current_state",
      "@type": "xsd:string"
    },
    "store": {
      "@id": "ue:store",
      "@type": "xsd:string"
    },
    "eater": {
      "@id": "ue:eater",
      "@type": "xsd:string"
    },
    "cart": {
      "@id": "ue:cart",
      "@type": "xsd:string"
    },
    "payment": {
      "@id": "ue:payment",
      "@type": "xsd:string"
    },
    "placedAt": {
      "@id": "ue:placed_at",
      "@type": "xsd:dateTime"
    }
  }
}