{
  "timestamp": "2026-07-19T03:35:14.018Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 16.6,
        "tempMax": 21.4,
        "rainProbability": 80,
        "windSpeed": 2.9,
        "humidity": 74
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.5,
        "tempMax": 25.3,
        "rainProbability": 22,
        "humidity": 86,
        "seaSurfaceTemp": 25.1,
        "waveHeight": 1.34,
        "windSpeed": 7.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.8,
        "tempMax": 33.1,
        "rainProbability": 0,
        "humidity": 74,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 0.04,
        "windSpeed": 4.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.1,
        "tempMax": 36.7,
        "rainProbability": 0,
        "humidity": 73,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 0.12,
        "windSpeed": 4.3
      }
    }
  ]
}