{
  "timestamp": "2026-05-05T00:53:26.680Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.2,
        "tempMax": 24,
        "rainProbability": 45,
        "windSpeed": 4.6,
        "humidity": 68
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.7,
        "tempMax": 28.8,
        "rainProbability": 2,
        "humidity": 64,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.96,
        "windSpeed": 15.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 22.4,
        "rainProbability": 0,
        "humidity": 73,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.04,
        "windSpeed": 3.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.3,
        "tempMax": 22.4,
        "rainProbability": 3,
        "humidity": 90,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.44,
        "windSpeed": 5.4
      }
    }
  ]
}