{
  "timestamp": "2026-05-14T02:01:00.516Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.7,
        "tempMax": 15.4,
        "rainProbability": 53,
        "windSpeed": 10.2,
        "humidity": 75
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.7,
        "tempMax": 27.3,
        "rainProbability": 78,
        "humidity": 67,
        "seaSurfaceTemp": 27.3,
        "waveHeight": 1.68,
        "windSpeed": 22.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.5,
        "tempMax": 19.4,
        "rainProbability": 98,
        "humidity": 88,
        "seaSurfaceTemp": 18.8,
        "waveHeight": 0.2,
        "windSpeed": 14.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 22.6,
        "rainProbability": 33,
        "humidity": 92,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.5,
        "windSpeed": 4.7
      }
    }
  ]
}