Toast · Schema

AllergenItem

Reserved for future functionality. Not currently supported for external integrations.

Food ServicePoint of SaleRestaurantsHospitality

Properties

Name Type Description
guid string Reserved for future functionality. Not currently supported for external integrations.
code string Reserved for future functionality. Not currently supported for external integrations.
groupGuid string Reserved for future functionality. Not currently supported for external integrations.
groupCode string Reserved for future functionality. Not currently supported for external integrations.
presenceType string Reserved for future functionality. Not currently supported for external integrations.
View JSON Schema on GitHub

JSON Schema

menus-allergen-item-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-allergen-item-schema.json",
  "title": "AllergenItem",
  "description": "Reserved for future functionality. Not currently supported for external integrations.\n",
  "type": "object",
  "properties": {
    "guid": {
      "description": "Reserved for future functionality. Not currently supported for external integrations.\n",
      "type": "string",
      "format": "uuid"
    },
    "code": {
      "description": "Reserved for future functionality. Not currently supported for external integrations.\n",
      "type": "string"
    },
    "groupGuid": {
      "description": "Reserved for future functionality. Not currently supported for external integrations.\n",
      "type": "string",
      "format": "uuid",
      "x-nullable": true
    },
    "groupCode": {
      "description": "Reserved for future functionality. Not currently supported for external integrations.\n",
      "type": "string",
      "x-nullable": true
    },
    "presenceType": {
      "type": "string",
      "description": "Reserved for future functionality. Not currently supported for external integrations.\n",
      "enum": [
        "CONTAINS",
        "TRACES"
      ],
      "x-nullable": true
    }
  }
}