{
  "timestamp": "2026-04-21T21:26:21.049Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.2,
        "tempMax": 11.7,
        "rainProbability": 45,
        "windSpeed": 3.6,
        "humidity": 64
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26,
        "tempMax": 27.4,
        "rainProbability": 60,
        "humidity": 76,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 1.62,
        "windSpeed": 28.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.8,
        "tempMax": 14.9,
        "rainProbability": 100,
        "humidity": 92,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.04,
        "windSpeed": 9.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.4,
        "tempMax": 20.9,
        "rainProbability": 8,
        "humidity": 93,
        "seaSurfaceTemp": 17.9,
        "waveHeight": 0.42,
        "windSpeed": 5.4
      }
    }
  ]
}