{
  "timestamp": "2026-07-20T09:57:20.643Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.1,
        "tempMax": 21.2,
        "rainProbability": 0,
        "windSpeed": 13.4,
        "humidity": 36
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.6,
        "tempMax": 26.1,
        "rainProbability": 98,
        "humidity": 60,
        "seaSurfaceTemp": 25.4,
        "waveHeight": 2.3,
        "windSpeed": 8.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 33,
        "rainProbability": 0,
        "humidity": 52,
        "seaSurfaceTemp": 29.1,
        "waveHeight": 0.04,
        "windSpeed": 2.2
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.6,
        "tempMax": 38.1,
        "rainProbability": 0,
        "humidity": 43,
        "seaSurfaceTemp": 29.2,
        "waveHeight": 0.12,
        "windSpeed": 5.4
      }
    }
  ]
}