{
  "timestamp": "2026-05-16T16:37:49.984Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 14.1,
        "rainProbability": 95,
        "windSpeed": 10.1,
        "humidity": 52
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 27.6,
        "rainProbability": 99,
        "humidity": 81,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.84,
        "windSpeed": 14.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 21.8,
        "rainProbability": 43,
        "humidity": 83,
        "seaSurfaceTemp": 20,
        "waveHeight": 0.26,
        "windSpeed": 8.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.5,
        "tempMax": 20.5,
        "rainProbability": 100,
        "humidity": 83,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.7,
        "windSpeed": 6.4
      }
    }
  ]
}