{
  "timestamp": "2026-04-26T23:21:40.235Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.5,
        "tempMax": 16.5,
        "rainProbability": 0,
        "windSpeed": 2.3,
        "humidity": 55
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 24.3,
        "tempMax": 29.2,
        "rainProbability": 88,
        "humidity": 89,
        "seaSurfaceTemp": 28,
        "waveHeight": 1.98,
        "windSpeed": 13.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 17.9,
        "rainProbability": 0,
        "humidity": 88,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.04,
        "windSpeed": 6.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.6,
        "tempMax": 24.8,
        "rainProbability": 0,
        "humidity": 50,
        "seaSurfaceTemp": 18,
        "waveHeight": 0.4,
        "windSpeed": 5.8
      }
    }
  ]
}