{
  "timestamp": "2026-04-12T06:25:54.169Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 4.5,
        "tempMax": 12.3,
        "rainProbability": 55,
        "windSpeed": 5.9,
        "humidity": 52
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.4,
        "tempMax": 27.5,
        "rainProbability": 23,
        "humidity": 79,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 1.58,
        "windSpeed": 12.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 9.7,
        "tempMax": 15.8,
        "rainProbability": 0,
        "humidity": 77,
        "seaSurfaceTemp": 14.2,
        "waveHeight": 0.04,
        "windSpeed": 2.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 18.9,
        "rainProbability": 0,
        "humidity": 85,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.32,
        "windSpeed": 5.9
      }
    }
  ]
}