{
  "timestamp": "2026-07-15T09:30:44.619Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.7,
        "tempMax": 27.1,
        "rainProbability": 93,
        "windSpeed": 4.3,
        "humidity": 60
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.6,
        "tempMax": 27.9,
        "rainProbability": 86,
        "humidity": 59,
        "seaSurfaceTemp": 25.4,
        "waveHeight": 2.34,
        "windSpeed": 7.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 31.6,
        "rainProbability": 0,
        "humidity": 56,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 0.04,
        "windSpeed": 6.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22,
        "tempMax": 33.3,
        "rainProbability": 0,
        "humidity": 47,
        "seaSurfaceTemp": 28.1,
        "waveHeight": 0.28,
        "windSpeed": 6.2
      }
    }
  ]
}