{
  "timestamp": "2026-05-07T03:49:41.377Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.1,
        "tempMax": 16.6,
        "rainProbability": 98,
        "windSpeed": 9.7,
        "humidity": 86
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.7,
        "tempMax": 29.2,
        "rainProbability": 2,
        "humidity": 70,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.52,
        "windSpeed": 19.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.9,
        "tempMax": 20.9,
        "rainProbability": 30,
        "humidity": 93,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.04,
        "windSpeed": 5.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 21.8,
        "rainProbability": 3,
        "humidity": 78,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.22,
        "windSpeed": 5.8
      }
    }
  ]
}