{
  "timestamp": "2026-04-29T09:56:58.313Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4.3,
        "tempMax": 14.2,
        "rainProbability": 0,
        "windSpeed": 10.2,
        "humidity": 29
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 28.9,
        "rainProbability": 100,
        "humidity": 85,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.16,
        "windSpeed": 12.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.7,
        "tempMax": 20.7,
        "rainProbability": 0,
        "humidity": 66,
        "seaSurfaceTemp": 17.2,
        "waveHeight": 0.04,
        "windSpeed": 7.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13,
        "tempMax": 24,
        "rainProbability": 0,
        "humidity": 59,
        "seaSurfaceTemp": 19,
        "waveHeight": 0.08,
        "windSpeed": 4.9
      }
    }
  ]
}