{
  "timestamp": "2026-05-05T11:38:19.500Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.3,
        "tempMax": 24.8,
        "rainProbability": 60,
        "windSpeed": 5,
        "humidity": 39
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.3,
        "tempMax": 28.7,
        "rainProbability": 4,
        "humidity": 51,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.76,
        "windSpeed": 21.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 21.9,
        "rainProbability": 0,
        "humidity": 43,
        "seaSurfaceTemp": 17.4,
        "waveHeight": 0.04,
        "windSpeed": 5.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.1,
        "tempMax": 22.2,
        "rainProbability": 0,
        "humidity": 59,
        "seaSurfaceTemp": 18.8,
        "waveHeight": 0.32,
        "windSpeed": 4.3
      }
    }
  ]
}