{
  "timestamp": "2026-04-24T15:33:04.422Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 17.7,
        "rainProbability": 0,
        "windSpeed": 12.1,
        "humidity": 46
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 29.5,
        "rainProbability": 95,
        "humidity": 82,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.84,
        "windSpeed": 16.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.6,
        "tempMax": 18.1,
        "rainProbability": 0,
        "humidity": 56,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.04,
        "windSpeed": 8.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.4,
        "tempMax": 19.9,
        "rainProbability": 33,
        "humidity": 34,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.5,
        "windSpeed": 13
      }
    }
  ]
}