{
  "timestamp": "2026-05-01T20:40:36.508Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5,
        "tempMax": 21.2,
        "rainProbability": 0,
        "windSpeed": 3.1,
        "humidity": 42
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 26.9,
        "rainProbability": 100,
        "humidity": 85,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 2.8,
        "windSpeed": 19.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 13.7,
        "rainProbability": 100,
        "humidity": 63,
        "seaSurfaceTemp": 16.5,
        "waveHeight": 0.68,
        "windSpeed": 21.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 20,
        "rainProbability": 43,
        "humidity": 75,
        "seaSurfaceTemp": 18.8,
        "waveHeight": 0.8,
        "windSpeed": 11.2
      }
    }
  ]
}