{
  "timestamp": "2026-05-05T15:44:32.245Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.3,
        "tempMax": 25.2,
        "rainProbability": 65,
        "windSpeed": 7.6,
        "humidity": 32
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.1,
        "tempMax": 28.5,
        "rainProbability": 10,
        "humidity": 68,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.64,
        "windSpeed": 13.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 22.2,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 17.2,
        "waveHeight": 0.04,
        "windSpeed": 7.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.1,
        "tempMax": 22.5,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 18.4,
        "waveHeight": 0.46,
        "windSpeed": 10.1
      }
    }
  ]
}