{
  "timestamp": "2026-07-17T09:36:57.223Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 21.3,
        "tempMax": 28.5,
        "rainProbability": 60,
        "windSpeed": 8.8,
        "humidity": 46
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.3,
        "tempMax": 25.6,
        "rainProbability": 91,
        "humidity": 80,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.66,
        "windSpeed": 19.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.9,
        "tempMax": 32.6,
        "rainProbability": 3,
        "humidity": 50,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 0.08,
        "windSpeed": 13.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.9,
        "tempMax": 35.9,
        "rainProbability": 0,
        "humidity": 48,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 0.34,
        "windSpeed": 12.8
      }
    }
  ]
}