{
  "timestamp": "2026-05-01T22:47:11.519Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.6,
        "tempMax": 24.5,
        "rainProbability": 0,
        "windSpeed": 3.3,
        "humidity": 55
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 26.9,
        "rainProbability": 100,
        "humidity": 86,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 2.72,
        "windSpeed": 18.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.2,
        "tempMax": 13.9,
        "rainProbability": 28,
        "humidity": 62,
        "seaSurfaceTemp": 16.4,
        "waveHeight": 0.76,
        "windSpeed": 21.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.9,
        "tempMax": 17.5,
        "rainProbability": 50,
        "humidity": 70,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.8,
        "windSpeed": 13.9
      }
    }
  ]
}