Toast · Schema
AllergenItem
Reserved for future functionality. Not currently supported for external integrations.
RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations
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. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/toast-tab/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",
"example": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1"
},
"code": {
"description": "Reserved for future functionality. Not currently supported for external integrations.\n",
"type": "string",
"example": "string"
},
"groupGuid": {
"description": "Reserved for future functionality. Not currently supported for external integrations.\n",
"type": "string",
"format": "uuid",
"x-nullable": true,
"example": "5a401af8-d2e2-4090-8c45-9f87b8b6c4d1"
},
"groupCode": {
"description": "Reserved for future functionality. Not currently supported for external integrations.\n",
"type": "string",
"x-nullable": true,
"example": "string"
},
"presenceType": {
"type": "string",
"description": "Reserved for future functionality. Not currently supported for external integrations.\n",
"enum": [
"CONTAINS",
"TRACES"
],
"x-nullable": true,
"example": "CONTAINS"
}
}
}