{
  "timestamp": "2026-07-21T05:10:38.131Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 13.5,
        "tempMax": 21.2,
        "rainProbability": 0,
        "windSpeed": 3.8,
        "humidity": 76
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.7,
        "tempMax": 26.9,
        "rainProbability": 37,
        "humidity": 62,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 2.12,
        "windSpeed": 3.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.7,
        "tempMax": 33.6,
        "rainProbability": 5,
        "humidity": 78,
        "seaSurfaceTemp": 29,
        "waveHeight": 0.04,
        "windSpeed": 2.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.9,
        "tempMax": 37.1,
        "rainProbability": 0,
        "humidity": 81,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 0.08,
        "windSpeed": 4.6
      }
    }
  ]
}