{
  "main_dishes": [
    {
      "type": "Klassiker",
      "text": "Rinderhacksteak Country style",
      "subtext": "Rahmsauce",
      "price": "3,30 €",
      "allergens": [
        "A",
        "A1",
        "D",
        "H",
        "J"
      ],
      "vegan": false
    },
    {
      "type": "Tellergericht",
      "text": "Kartoffelsalat",
      "subtext": "Bockwurst",
      "price": "2,60 €",
      "allergens": [
        "2",
        "3",
        "8",
        "A",
        "A1",
        "J"
      ],
      "vegan": false
    },
    {
      "type": "Vegetarisch",
      "text": "vegetarische Maultaschen auf Gemüsebett und ger. Zwiebeln",
      "subtext": "",
      "price": "2,50 €",
      "allergens": [
        "A",
        "A1",
        "B",
        "D",
        "H"
      ],
      "vegan": true
    }
  ],
  "side_dishes": [
    {
      "type": "Main",
      "alternatives": [
        {
          "text": "Pommes Frites",
          "allergens": []
        }
      ]
    },
    {
      "type": "Secondary",
      "alternatives": [
        {
          "text": "Brokkoli",
          "allergens": [
            "1"
          ]
        }
      ]
    }
  ]
}