{
  "timestamp": "2026-05-09T08:16:40.442Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.6,
        "tempMax": 17.2,
        "rainProbability": 0,
        "windSpeed": 5.3,
        "humidity": 66
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.7,
        "tempMax": 28.1,
        "rainProbability": 99,
        "humidity": 63,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 3.02,
        "windSpeed": 19.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 21.6,
        "rainProbability": 20,
        "humidity": 76,
        "seaSurfaceTemp": 17.5,
        "waveHeight": 0.2,
        "windSpeed": 3.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.1,
        "tempMax": 24.1,
        "rainProbability": 3,
        "humidity": 60,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.94,
        "windSpeed": 12.6
      }
    }
  ]
}