{
  "timestamp": "2026-05-16T06:44:43.601Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 14.1,
        "rainProbability": 90,
        "windSpeed": 9.7,
        "humidity": 78
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 27.3,
        "rainProbability": 98,
        "humidity": 60,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.7,
        "windSpeed": 24.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 22,
        "rainProbability": 53,
        "humidity": 84,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.12,
        "windSpeed": 8.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.1,
        "tempMax": 20.4,
        "rainProbability": 93,
        "humidity": 79,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.72,
        "windSpeed": 15.4
      }
    }
  ]
}