{
  "timestamp": "2026-05-11T14:49:01.188Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.9,
        "tempMax": 21.5,
        "rainProbability": 98,
        "windSpeed": 14.8,
        "humidity": 46
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 28.7,
        "rainProbability": 95,
        "humidity": 69,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.9,
        "windSpeed": 16.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.3,
        "tempMax": 22.9,
        "rainProbability": 0,
        "humidity": 68,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.04,
        "windSpeed": 7.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15.7,
        "tempMax": 25.6,
        "rainProbability": 0,
        "humidity": 52,
        "seaSurfaceTemp": 19.6,
        "waveHeight": 0.22,
        "windSpeed": 6.2
      }
    }
  ]
}