{
  "timestamp": "2026-07-20T07:34:48.136Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.1,
        "tempMax": 21.2,
        "rainProbability": 0,
        "windSpeed": 9.3,
        "humidity": 54
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.6,
        "tempMax": 26.1,
        "rainProbability": 98,
        "humidity": 55,
        "seaSurfaceTemp": 25.3,
        "waveHeight": 2.2,
        "windSpeed": 9.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 32.9,
        "rainProbability": 0,
        "humidity": 61,
        "seaSurfaceTemp": 28.7,
        "waveHeight": 0.04,
        "windSpeed": 5.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.6,
        "tempMax": 37.9,
        "rainProbability": 0,
        "humidity": 65,
        "seaSurfaceTemp": 28.7,
        "waveHeight": 0.14,
        "windSpeed": 3.6
      }
    }
  ]
}