{
  "timestamp": "2026-09-12T03:00:03.969Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.3,
        "tempMax": 21.6,
        "rainProbability": 3,
        "windSpeed": 2.5,
        "humidity": 83
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 19.5,
        "tempMax": 25.6,
        "rainProbability": 86,
        "humidity": 76,
        "seaSurfaceTemp": 24.4,
        "waveHeight": 2.08,
        "windSpeed": 16.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 23.6,
        "tempMax": 30.7,
        "rainProbability": 13,
        "humidity": 83,
        "seaSurfaceTemp": 26.2,
        "waveHeight": 0.08,
        "windSpeed": 4.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 34.1,
        "rainProbability": 3,
        "humidity": 88,
        "seaSurfaceTemp": 28.9,
        "waveHeight": 0.24,
        "windSpeed": 4.8
      }
    }
  ]
}