{
  "timestamp": "2026-05-17T06:34:01.367Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.4,
        "tempMax": 17,
        "rainProbability": 3,
        "windSpeed": 4,
        "humidity": 64
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.3,
        "tempMax": 27.4,
        "rainProbability": 96,
        "humidity": 64,
        "seaSurfaceTemp": 27.1,
        "waveHeight": 2.54,
        "windSpeed": 21.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16,
        "tempMax": 23.3,
        "rainProbability": 5,
        "humidity": 53,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.34,
        "windSpeed": 9.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.5,
        "tempMax": 20.9,
        "rainProbability": 0,
        "humidity": 70,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.96,
        "windSpeed": 13.5
      }
    }
  ]
}