{
  "timestamp": "2026-05-17T02:45:20.583Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 16.9,
        "rainProbability": 5,
        "windSpeed": 3.4,
        "humidity": 68
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.3,
        "tempMax": 27.4,
        "rainProbability": 92,
        "humidity": 86,
        "seaSurfaceTemp": 27.1,
        "waveHeight": 2.62,
        "windSpeed": 16.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.2,
        "tempMax": 23.7,
        "rainProbability": 5,
        "humidity": 57,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.42,
        "windSpeed": 5.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 21.1,
        "rainProbability": 3,
        "humidity": 79,
        "seaSurfaceTemp": 19.2,
        "waveHeight": 0.94,
        "windSpeed": 7.9
      }
    }
  ]
}