Toast · Schema

MenuGroup

Information about a menu group configured for this restaurant, including an array of menu items contained in the group.

Food ServicePoint-of-SaleRestaurantHospitality

Properties

Name Type Description
name string A descriptive name for this menu group, for example, "Appetizers" or "Sandwiches".
guid string A unique identifier for this menu group, assigned by the Toast POS system.
multiLocationId object
masterId object
description string An optional short description of this menu group.
posName object
posButtonColorLight object
posButtonColorDark object
image object
visibility object
itemTags array An array of `ItemTag` objects that are assigned to this menu group. Item tags are used to assign identifying characteristics, for example, vegetarian, gluten-free, or alcohol.
menuGroups array An array of the `MenuGroup` objects that are children of this menu group. The array is empty if the menu group has no child menu groups.
menuItems array An array of the `MenuItem` objects contained in this menu group.
View JSON Schema on GitHub

JSON Schema

menus-menu-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-schema/menus-menu-group-schema.json",
  "title": "MenuGroup",
  "description": "Information about a menu group configured for this restaurant, including an array of menu items contained in the group.\n",
  "type": "object",
  "properties": {
    "name": {
      "description": "A descriptive name for this menu group, for example, \"Appetizers\" or \"Sandwiches\".\n",
      "type": "string"
    },
    "guid": {
      "description": "A unique identifier for this menu group, assigned by the Toast POS system.\n",
      "type": "string"
    },
    "multiLocationId": {
      "$ref": "#/definitions/MultiLocationId"
    },
    "masterId": {
      "$ref": "#/definitions/MasterId"
    },
    "description": {
      "description": "An optional short description of this menu group.\n",
      "type": "string"
    },
    "posName": {
      "$ref": "#/definitions/PosName"
    },
    "posButtonColorLight": {
      "$ref": "#/definitions/PosButtonColorLight"
    },
    "posButtonColorDark": {
      "$ref": "#/definitions/PosButtonColorDark"
    },
    "image": {
      "$ref": "#/definitions/Image"
    },
    "visibility": {
      "$ref": "#/definitions/Visibility"
    },
    "itemTags": {
      "type": "array",
      "description": "An array of `ItemTag` objects that are assigned to this menu group. Item tags are used to assign identifying characteristics, for example, vegetarian, gluten-free, or alcohol.\n",
      "items": {
        "$ref": "#/definitions/ItemTag"
      }
    },
    "menuGroups": {
      "type": "array",
      "description": "An array of the `MenuGroup` objects that are children of this menu group. The array is empty if the menu group has no child menu groups.\n",
      "minItems": 0,
      "items": {
        "$ref": "#/definitions/MenuGroup"
      }
    },
    "menuItems": {
      "type": "array",
      "description": "An array of the `MenuItem` objects contained in this menu group.\n",
      "minItems": 0,
      "items": {
        "$ref": "#/definitions/MenuItem"
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/menus-menu-group"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.