Toast · JSON Structure

Menus Content Advisories Structure

Information about the contents of this menu item or modifier, for example, whether it contains alcohol.

Type: object Properties: 1
Food ServicePoint of SaleRestaurantsHospitality

ContentAdvisories is a JSON Structure definition published by Toast, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

alcohol

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/toast/refs/heads/main/json-structure/menus-content-advisories-structure.json",
  "name": "ContentAdvisories",
  "description": "Information about the contents of this menu item or modifier, for example, whether it contains alcohol.\n",
  "type": "object",
  "properties": {
    "alcohol": {
      "$ref": "#/definitions/Alcohol"
    }
  }
}