{
  "timestamp": "2026-04-24T18:33:51.299Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 17.7,
        "rainProbability": 0,
        "windSpeed": 9.1,
        "humidity": 55
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 29.5,
        "rainProbability": 95,
        "humidity": 84,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.88,
        "windSpeed": 15.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.6,
        "tempMax": 18.1,
        "rainProbability": 0,
        "humidity": 71,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.04,
        "windSpeed": 3.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 19.9,
        "rainProbability": 33,
        "humidity": 55,
        "seaSurfaceTemp": 17.9,
        "waveHeight": 0.56,
        "windSpeed": 6.4
      }
    }
  ]
}