{
  "timestamp": "2026-05-16T20:58:19.283Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 14.5,
        "rainProbability": 95,
        "windSpeed": 3.5,
        "humidity": 66
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.1,
        "tempMax": 26.8,
        "rainProbability": 92,
        "humidity": 82,
        "seaSurfaceTemp": 27.1,
        "waveHeight": 2.74,
        "windSpeed": 14.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 21.8,
        "rainProbability": 43,
        "humidity": 89,
        "seaSurfaceTemp": 19.8,
        "waveHeight": 0.4,
        "windSpeed": 7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.5,
        "tempMax": 20.5,
        "rainProbability": 100,
        "humidity": 85,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.76,
        "windSpeed": 5
      }
    }
  ]
}