{
  "timestamp": "2026-05-16T18:49:44.775Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 14.5,
        "rainProbability": 95,
        "windSpeed": 8.4,
        "humidity": 57
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 27.6,
        "rainProbability": 99,
        "humidity": 82,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.78,
        "windSpeed": 10.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 21.8,
        "rainProbability": 43,
        "humidity": 88,
        "seaSurfaceTemp": 19.9,
        "waveHeight": 0.32,
        "windSpeed": 6.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.5,
        "tempMax": 20.5,
        "rainProbability": 100,
        "humidity": 86,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.7,
        "windSpeed": 5.8
      }
    }
  ]
}