{
  "timestamp": "2026-05-16T14:37:54.849Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 14.1,
        "rainProbability": 95,
        "windSpeed": 5.3,
        "humidity": 55
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 27.6,
        "rainProbability": 99,
        "humidity": 77,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.86,
        "windSpeed": 16.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 21.7,
        "rainProbability": 53,
        "humidity": 73,
        "seaSurfaceTemp": 20.1,
        "waveHeight": 0.26,
        "windSpeed": 11.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.1,
        "tempMax": 20.5,
        "rainProbability": 100,
        "humidity": 83,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.72,
        "windSpeed": 10.2
      }
    }
  ]
}