{
  "timestamp": "2026-05-11T00:37:47.752Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.7,
        "tempMax": 21.4,
        "rainProbability": 90,
        "windSpeed": 2.7,
        "humidity": 56
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 28.5,
        "rainProbability": 60,
        "humidity": 73,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.96,
        "windSpeed": 20.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.1,
        "tempMax": 23.3,
        "rainProbability": 0,
        "humidity": 93,
        "seaSurfaceTemp": 18.3,
        "waveHeight": 0.04,
        "windSpeed": 3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.2,
        "tempMax": 26.3,
        "rainProbability": 0,
        "humidity": 82,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.22,
        "windSpeed": 5.7
      }
    }
  ]
}