OpenMenu · JSON Structure

Openmenu Menu Item Structure

JSON Structure definition for an OpenMenu Format menu item.

Type: object Properties: 12 Required: 1
RestaurantMenusMenu DataSearchNutritionStructured Data

OpenMenuMenuItem is a JSON Structure definition published by OpenMenu, describing 12 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

menu_item_name menu_item_description menu_item_price menu_item_calories menu_item_heat_index special vegetarian vegan kosher halal gluten_free menu_item_allergy_information_allergens

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/openmenu/refs/heads/main/json-structure/openmenu-menu-item-structure.json",
  "name": "OpenMenuMenuItem",
  "description": "JSON Structure definition for an OpenMenu Format menu item.",
  "type": "object",
  "properties": {
    "menu_item_name": { "type": "string" },
    "menu_item_description": { "type": "string" },
    "menu_item_price": { "type": "string" },
    "menu_item_calories": { "type": "int32" },
    "menu_item_heat_index": { "type": "int32" },
    "special": { "type": "boolean" },
    "vegetarian": { "type": "boolean" },
    "vegan": { "type": "boolean" },
    "kosher": { "type": "boolean" },
    "halal": { "type": "boolean" },
    "gluten_free": { "type": "boolean" },
    "menu_item_allergy_information_allergens": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": ["Egg", "Fish", "Dairy", "Peanut", "Shellfish", "Soy", "Tree Nut", "Wheat", "Gluten"]
      }
    }
  },
  "required": ["menu_item_name"]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/openmenu-menu-item-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.