{
  "timestamp": "2026-04-05T15:37:30.161Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 22.9,
        "rainProbability": 3,
        "windSpeed": 20.2,
        "humidity": 29
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 24.8,
        "tempMax": 26.4,
        "rainProbability": 80,
        "humidity": 74,
        "seaSurfaceTemp": 28.7,
        "waveHeight": 2.68,
        "windSpeed": 20.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.5,
        "tempMax": 18.9,
        "rainProbability": 5,
        "humidity": 56,
        "seaSurfaceTemp": 14.6,
        "waveHeight": 0.08,
        "windSpeed": 6.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.8,
        "tempMax": 19.8,
        "rainProbability": 8,
        "humidity": 54,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.52,
        "windSpeed": 8.8
      }
    }
  ]
}