{
  "timestamp": "2026-04-03T23:30:32.940Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.2,
        "tempMax": 14.3,
        "rainProbability": 25,
        "windSpeed": 6.4,
        "humidity": 59
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 27,
        "rainProbability": 98,
        "humidity": 83,
        "seaSurfaceTemp": 28.6,
        "waveHeight": 2.06,
        "windSpeed": 13.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 15.8,
        "rainProbability": 93,
        "humidity": 90,
        "seaSurfaceTemp": 13.5,
        "waveHeight": 0.3,
        "windSpeed": 3.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 9.6,
        "tempMax": 17.9,
        "rainProbability": 40,
        "humidity": 97,
        "seaSurfaceTemp": 16,
        "waveHeight": 1.58,
        "windSpeed": 3.8
      }
    }
  ]
}