{ "$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" } } } }