{
  "main_dishes": [
    {
      "type": "Vegetarisch",
      "text": "Chili sin Carne Reis",
      "subtext": "",
      "price": "2,50 €",
      "allergens": [
        "G"
      ],
      "vegan": true
    }
  ],
  "side_dishes": [
    {
      "type": "Main",
      "alternatives": []
    },
    {
      "type": "Secondary",
      "alternatives": []
    }
  ]
}