{
  "timestamp": "2026-05-16T12:44:26.312Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 14.7,
        "rainProbability": 95,
        "windSpeed": 7,
        "humidity": 55
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 27.5,
        "rainProbability": 99,
        "humidity": 65,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.88,
        "windSpeed": 19.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 21.7,
        "rainProbability": 53,
        "humidity": 54,
        "seaSurfaceTemp": 20.1,
        "waveHeight": 0.22,
        "windSpeed": 6.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.1,
        "tempMax": 20.5,
        "rainProbability": 100,
        "humidity": 86,
        "seaSurfaceTemp": 19.2,
        "waveHeight": 0.76,
        "windSpeed": 12.5
      }
    }
  ]
}