{
  "timestamp": "2026-04-21T06:07:42.653Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.2,
        "tempMax": 11.9,
        "rainProbability": 45,
        "windSpeed": 8.4,
        "humidity": 86
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.3,
        "tempMax": 27,
        "rainProbability": 63,
        "humidity": 77,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.42,
        "windSpeed": 26.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 20.5,
        "rainProbability": 28,
        "humidity": 90,
        "seaSurfaceTemp": 15.9,
        "waveHeight": 0.1,
        "windSpeed": 1.5
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.8,
        "tempMax": 20.3,
        "rainProbability": 0,
        "humidity": 85,
        "seaSurfaceTemp": 17.6,
        "waveHeight": 0.4,
        "windSpeed": 2.9
      }
    }
  ]
}