{
  "timestamp": "2026-05-06T21:36:56.018Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 12.5,
        "tempMax": 22.5,
        "rainProbability": 95,
        "windSpeed": 6.8,
        "humidity": 86
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.6,
        "tempMax": 29.2,
        "rainProbability": 2,
        "humidity": 82,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.54,
        "windSpeed": 14.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.2,
        "tempMax": 20.6,
        "rainProbability": 23,
        "humidity": 86,
        "seaSurfaceTemp": 17.2,
        "waveHeight": 0.04,
        "windSpeed": 1.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 21.9,
        "rainProbability": 0,
        "humidity": 74,
        "seaSurfaceTemp": 18.2,
        "waveHeight": 0.22,
        "windSpeed": 4.7
      }
    }
  ]
}