{
  "main_dishes": [
    {
      "type": "Vegetarisch",
      "text": "Veganes Paprika-Soja-Gulasch",
      "subtext": "Sojawürfel",
      "price": "2,50 €",
      "allergens": [
        "G"
      ],
      "vegan": true
    }
  ],
  "side_dishes": [
    {
      "type": "Main",
      "alternatives": [
        {
          "text": "Kartoffeln",
          "allergens": []
        },
        {
          "text": "Reis",
          "allergens": []
        }
      ]
    },
    {
      "type": "Secondary",
      "alternatives": [
        {
          "text": "Mais",
          "allergens": []
        },
        {
          "text": "Mischsalat",
          "allergens": []
        }
      ]
    }
  ]
}