{
  "timestamp": "2026-07-15T11:39:06.776Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.7,
        "tempMax": 27.8,
        "rainProbability": 93,
        "windSpeed": 1.5,
        "humidity": 48
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.6,
        "tempMax": 27.9,
        "rainProbability": 95,
        "humidity": 60,
        "seaSurfaceTemp": 25.5,
        "waveHeight": 2.32,
        "windSpeed": 8.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 31.8,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 28,
        "waveHeight": 0.04,
        "windSpeed": 2.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22,
        "tempMax": 33.5,
        "rainProbability": 0,
        "humidity": 42,
        "seaSurfaceTemp": 28.3,
        "waveHeight": 0.26,
        "windSpeed": 3.6
      }
    }
  ]
}