{
  "timestamp": "2026-05-11T02:26:49.087Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.7,
        "tempMax": 21.8,
        "rainProbability": 90,
        "windSpeed": 0.8,
        "humidity": 63
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 28.5,
        "rainProbability": 60,
        "humidity": 78,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.96,
        "windSpeed": 23.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.1,
        "tempMax": 23.3,
        "rainProbability": 0,
        "humidity": 93,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.04,
        "windSpeed": 4.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.2,
        "tempMax": 26.3,
        "rainProbability": 0,
        "humidity": 85,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.22,
        "windSpeed": 5.9
      }
    }
  ]
}