{
  "timestamp": "2026-05-10T11:42:33.407Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 21.2,
        "rainProbability": 0,
        "windSpeed": 7.7,
        "humidity": 41
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 27.7,
        "rainProbability": 58,
        "humidity": 62,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 2.04,
        "windSpeed": 19.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.3,
        "tempMax": 22.1,
        "rainProbability": 5,
        "humidity": 65,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.1,
        "windSpeed": 10.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 22.8,
        "rainProbability": 43,
        "humidity": 67,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.38,
        "windSpeed": 4.3
      }
    }
  ]
}