{
  "timestamp": "2026-05-10T13:32:35.210Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 21.2,
        "rainProbability": 0,
        "windSpeed": 8.7,
        "humidity": 39
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 28,
        "rainProbability": 81,
        "humidity": 68,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 2.04,
        "windSpeed": 19.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.3,
        "tempMax": 22.2,
        "rainProbability": 5,
        "humidity": 64,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.1,
        "windSpeed": 10.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 23.3,
        "rainProbability": 43,
        "humidity": 54,
        "seaSurfaceTemp": 19,
        "waveHeight": 0.42,
        "windSpeed": 5.4
      }
    }
  ]
}