{
  "timestamp": "2026-04-28T11:11:28.261Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.3,
        "tempMax": 17.8,
        "rainProbability": 0,
        "windSpeed": 9.7,
        "humidity": 28
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 29.2,
        "rainProbability": 100,
        "humidity": 98,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.42,
        "windSpeed": 16.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.5,
        "tempMax": 19.3,
        "rainProbability": 0,
        "humidity": 53,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.22,
        "windSpeed": 4.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.4,
        "tempMax": 23.4,
        "rainProbability": 0,
        "humidity": 59,
        "seaSurfaceTemp": 19,
        "waveHeight": 0.22,
        "windSpeed": 5.9
      }
    }
  ]
}