{
  "timestamp": "2026-05-11T17:05:08.015Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.8,
        "tempMax": 21.5,
        "rainProbability": 98,
        "windSpeed": 22.4,
        "humidity": 68
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 28.7,
        "rainProbability": 94,
        "humidity": 71,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.86,
        "windSpeed": 16.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.3,
        "tempMax": 23.1,
        "rainProbability": 0,
        "humidity": 78,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.04,
        "windSpeed": 5.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15.7,
        "tempMax": 25.6,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 19.3,
        "waveHeight": 0.26,
        "windSpeed": 6.9
      }
    }
  ]
}