{
  "timestamp": "2026-07-16T09:28:02.329Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17,
        "tempMax": 29.2,
        "rainProbability": 35,
        "windSpeed": 3.5,
        "humidity": 70
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 20.8,
        "tempMax": 27.3,
        "rainProbability": 71,
        "humidity": 59,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.86,
        "windSpeed": 19.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 24.9,
        "tempMax": 32.7,
        "rainProbability": 3,
        "humidity": 49,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 0.08,
        "windSpeed": 8.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 35.9,
        "rainProbability": 0,
        "humidity": 48,
        "seaSurfaceTemp": 28.1,
        "waveHeight": 0.12,
        "windSpeed": 9.3
      }
    }
  ]
}