{
  "timestamp": "2026-05-01T05:10:12.407Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5,
        "tempMax": 20.5,
        "rainProbability": 0,
        "windSpeed": 3,
        "humidity": 70
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 26.7,
        "rainProbability": 100,
        "humidity": 80,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 2.8,
        "windSpeed": 23.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.9,
        "tempMax": 13.9,
        "rainProbability": 100,
        "humidity": 72,
        "seaSurfaceTemp": 16.7,
        "waveHeight": 0.6,
        "windSpeed": 14.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14,
        "tempMax": 19.7,
        "rainProbability": 45,
        "humidity": 87,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.32,
        "windSpeed": 4.5
      }
    }
  ]
}