{
  "timestamp": "2026-05-06T23:48:26.822Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.4,
        "tempMax": 16.6,
        "rainProbability": 98,
        "windSpeed": 7.9,
        "humidity": 82
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.6,
        "tempMax": 29.2,
        "rainProbability": 2,
        "humidity": 81,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.52,
        "windSpeed": 15.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 19.9,
        "rainProbability": 23,
        "humidity": 90,
        "seaSurfaceTemp": 17.1,
        "waveHeight": 0.04,
        "windSpeed": 3.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.3,
        "tempMax": 22.3,
        "rainProbability": 0,
        "humidity": 70,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.22,
        "windSpeed": 4.1
      }
    }
  ]
}