Lunchbox · JSON Structure

Core Menu Structure

Menu schema from Lunchbox Core API

Type: object Properties: 3
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Properties

menu_id name service_type_id

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/lunchbox/refs/heads/main/json-structure/core-menu-structure.json",
  "name": "Menu",
  "description": "Menu schema from Lunchbox Core API",
  "type": "object",
  "properties": {
    "menu_id": {
      "type": "int32",
      "example": 1234
    },
    "name": {
      "type": "string",
      "example": "Sample"
    },
    "service_type_id": {
      "type": "int32",
      "example": 1234
    }
  }
}