{
  "timestamp": "2026-04-06T03:28:03.280Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.4,
        "tempMax": 14.2,
        "rainProbability": 8,
        "windSpeed": 10.7,
        "humidity": 55
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 27.6,
        "rainProbability": 13,
        "humidity": 68,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 2.18,
        "windSpeed": 19.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.6,
        "tempMax": 19.7,
        "rainProbability": 0,
        "humidity": 80,
        "seaSurfaceTemp": 13.9,
        "waveHeight": 0.04,
        "windSpeed": 3.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.7,
        "tempMax": 20.6,
        "rainProbability": 10,
        "humidity": 81,
        "seaSurfaceTemp": 16.3,
        "waveHeight": 0.36,
        "windSpeed": 5.7
      }
    }
  ]
}