{
  "timestamp": "2026-04-29T13:52:14.652Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4.3,
        "tempMax": 14.6,
        "rainProbability": 0,
        "windSpeed": 16.5,
        "humidity": 19
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 29.6,
        "rainProbability": 90,
        "humidity": 86,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.16,
        "windSpeed": 5.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.7,
        "tempMax": 20.4,
        "rainProbability": 0,
        "humidity": 53,
        "seaSurfaceTemp": 17.8,
        "waveHeight": 0.08,
        "windSpeed": 2.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13,
        "tempMax": 24.3,
        "rainProbability": 0,
        "humidity": 55,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.1,
        "windSpeed": 4.7
      }
    }
  ]
}