Toast · Schema

GuestCount

The number of guests the item or modifier is expected to serve. This value is `null` if no guest count is specified.

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations
View JSON Schema on GitHub

JSON Schema

menus-guest-count-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast-tab/refs/heads/main/json-schema/menus-guest-count-schema.json",
  "title": "GuestCount",
  "description": "The number of guests the item or modifier is expected to serve. This value is `null` if no guest count is specified.\n",
  "type": "number",
  "format": "float"
}