{
  "timestamp": "2026-04-16T15:22:35.296Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.8,
        "tempMax": 18.9,
        "rainProbability": 13,
        "windSpeed": 5.6,
        "humidity": 40
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 27.3,
        "rainProbability": 48,
        "humidity": 74,
        "seaSurfaceTemp": 28.8,
        "waveHeight": 1.24,
        "windSpeed": 7.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.4,
        "tempMax": 17.6,
        "rainProbability": 0,
        "humidity": 65,
        "seaSurfaceTemp": 15.9,
        "waveHeight": 0.2,
        "windSpeed": 7.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 20.7,
        "rainProbability": 13,
        "humidity": 59,
        "seaSurfaceTemp": 17.1,
        "waveHeight": 0.62,
        "windSpeed": 7.9
      }
    }
  ]
}