{
  "timestamp": "2026-09-12T06:02:36.379Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.5,
        "tempMax": 21.6,
        "rainProbability": 5,
        "windSpeed": 3,
        "humidity": 80
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 19.5,
        "tempMax": 25.6,
        "rainProbability": 75,
        "humidity": 55,
        "seaSurfaceTemp": 24.5,
        "waveHeight": 2.04,
        "windSpeed": 15.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 30.2,
        "rainProbability": 10,
        "humidity": 80,
        "seaSurfaceTemp": 26.2,
        "waveHeight": 0.06,
        "windSpeed": 4.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 34.2,
        "rainProbability": 0,
        "humidity": 81,
        "seaSurfaceTemp": 28.9,
        "waveHeight": 0.22,
        "windSpeed": 5
      }
    }
  ]
}