Toast · Schema

ContentAdvisories

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

Food ServicePoint of SaleRestaurantsHospitality

Properties

Name Type Description
alcohol object
View JSON Schema on GitHub

JSON Schema

menus-content-advisories-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-content-advisories-schema.json",
  "title": "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"
    }
  }
}