{
  "timestamp": "2026-05-16T02:41:44.120Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.8,
        "tempMax": 15,
        "rainProbability": 70,
        "windSpeed": 5,
        "humidity": 81
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.7,
        "tempMax": 27.3,
        "rainProbability": 96,
        "humidity": 73,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.56,
        "windSpeed": 22.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.9,
        "tempMax": 21.9,
        "rainProbability": 63,
        "humidity": 91,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.1,
        "windSpeed": 4.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.3,
        "tempMax": 20,
        "rainProbability": 88,
        "humidity": 86,
        "seaSurfaceTemp": 19.2,
        "waveHeight": 0.72,
        "windSpeed": 14.8
      }
    }
  ]
}