{
  "timestamp": "2026-04-16T08:16:20.486Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.8,
        "tempMax": 19.1,
        "rainProbability": 10,
        "windSpeed": 7.3,
        "humidity": 65
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 27.5,
        "rainProbability": 48,
        "humidity": 78,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.16,
        "windSpeed": 3.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.4,
        "tempMax": 18.8,
        "rainProbability": 3,
        "humidity": 70,
        "seaSurfaceTemp": 15.2,
        "waveHeight": 0.22,
        "windSpeed": 13.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 20.6,
        "rainProbability": 13,
        "humidity": 66,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.86,
        "windSpeed": 16.2
      }
    }
  ]
}