{
  "timestamp": "2026-05-10T19:41:17.318Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 21.3,
        "rainProbability": 0,
        "windSpeed": 5.1,
        "humidity": 43
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 28,
        "rainProbability": 64,
        "humidity": 68,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.98,
        "windSpeed": 23.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.3,
        "tempMax": 22,
        "rainProbability": 5,
        "humidity": 84,
        "seaSurfaceTemp": 18.8,
        "waveHeight": 0.04,
        "windSpeed": 3.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 23.1,
        "rainProbability": 43,
        "humidity": 92,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.3,
        "windSpeed": 2.4
      }
    }
  ]
}