Toast · JSON Structure

Menus Allergen Item Structure

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

Type: object Properties: 5
RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

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

Properties

guid code groupGuid groupCode presenceType

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-tab/refs/heads/main/json-structure/menus-allergen-item-structure.json",
  "name": "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": "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": "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"
    }
  }
}