{
  "timestamp": "2026-05-06T05:50:18.135Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 12.5,
        "tempMax": 22.7,
        "rainProbability": 95,
        "windSpeed": 13.3,
        "humidity": 81
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23,
        "tempMax": 30.2,
        "rainProbability": 8,
        "humidity": 52,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.56,
        "windSpeed": 15.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 21.9,
        "rainProbability": 0,
        "humidity": 81,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.04,
        "windSpeed": 2.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 22.3,
        "rainProbability": 3,
        "humidity": 81,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.32,
        "windSpeed": 3.6
      }
    }
  ]
}