Uber Eats · JSON Structure

Eats Menu Structure

Menu schema from Uber Eats Marketplace API

Type: object Properties: 4
Uber EatsUber DirectFood DeliveryLast-Mile LogisticsRestaurantsMenusOrdersFulfillmentCourierOAuth2

Menu is a JSON Structure definition published by Uber Eats, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

menus categories items modifier_groups

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uber-eats/refs/heads/main/json-structure/eats-menu-structure.json",
  "name": "Menu",
  "description": "Menu schema from Uber Eats Marketplace API",
  "type": "object",
  "properties": {
    "menus": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "categories": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "items": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "modifier_groups": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}