{
  "timestamp": "2026-07-20T13:41:56.292Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.1,
        "tempMax": 22.3,
        "rainProbability": 0,
        "windSpeed": 15.5,
        "humidity": 28
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.6,
        "tempMax": 26.6,
        "rainProbability": 90,
        "humidity": 59,
        "seaSurfaceTemp": 25.5,
        "waveHeight": 2.34,
        "windSpeed": 7.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 32.8,
        "rainProbability": 0,
        "humidity": 54,
        "seaSurfaceTemp": 29.7,
        "waveHeight": 0.04,
        "windSpeed": 8.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.6,
        "tempMax": 38,
        "rainProbability": 0,
        "humidity": 39,
        "seaSurfaceTemp": 29.4,
        "waveHeight": 0.14,
        "windSpeed": 2.7
      }
    }
  ]
}