Flipdish · JSON Structure

Menus Allergen Structure

Allergen.

Type: object Properties: 3
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

AllergenId LocalizedName IconUrl

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/flipdish/refs/heads/main/json-structure/menus-allergen-structure.json",
  "name": "Allergen",
  "description": "Allergen.",
  "type": "object",
  "properties": {
    "AllergenId": {
      "description": "A unique identifier for the allergen",
      "type": "string",
      "example": "500123"
    },
    "LocalizedName": {
      "description": "Localized name of the allergen",
      "type": "string",
      "example": "Example Name"
    },
    "IconUrl": {
      "description": "Url to the icon for the allergen",
      "type": "string",
      "example": "https://api.flipdish.co/example"
    }
  }
}