{
  "timestamp": "2026-04-18T08:30:19.457Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.3,
        "tempMax": 20.4,
        "rainProbability": 10,
        "windSpeed": 1.6,
        "humidity": 44
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.5,
        "tempMax": 27.8,
        "rainProbability": 60,
        "humidity": 78,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 1.44,
        "windSpeed": 8.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.9,
        "tempMax": 18.8,
        "rainProbability": 15,
        "humidity": 52,
        "seaSurfaceTemp": 15.6,
        "waveHeight": 0.28,
        "windSpeed": 5.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.4,
        "tempMax": 23.9,
        "rainProbability": 3,
        "humidity": 53,
        "seaSurfaceTemp": 17.6,
        "waveHeight": 0.48,
        "windSpeed": 7.5
      }
    }
  ]
}