{
  "main_dishes": [
    {
      "type": "Klassiker",
      "text": "Hähnchennuggets (6 Stk)",
      "subtext": "Curry-Mango-Dip",
      "price": "3,30 €",
      "allergens": [
        "8",
        "A",
        "A1",
        "A3",
        "B",
        "D",
        "H",
        "J"
      ],
      "vegan": false
    },
    {
      "type": "Empfehlung",
      "text": "Burrito Bowl",
      "subtext": "Mais, Paprika, Kidneybohnen, Tomaten | Hähnchen o Sojahack | Chili-Limetten-Mayo | Basmatireis 5,20 Euro",
      "price": "3,80 €",
      "allergens": [
        "G",
        "J"
      ],
      "vegan": true
    },
    {
      "type": "Vegetarisch",
      "text": "Blumenkohl-Knuspermedaillon",
      "subtext": "Aioli",
      "price": "2,50 €",
      "allergens": [
        "A",
        "A1",
        "J"
      ],
      "vegan": true
    }
  ],
  "side_dishes": [
    {
      "type": "Main",
      "alternatives": [
        {
          "text": "Kartoffeln",
          "allergens": []
        }
      ]
    },
    {
      "type": "Secondary",
      "alternatives": [
        {
          "text": "Fingermöhrchen",
          "allergens": []
        },
        {
          "text": "Mischsalat",
          "allergens": []
        }
      ]
    }
  ]
}