{
  "timestamp": "2026-05-16T08:34:23.284Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 14.6,
        "rainProbability": 90,
        "windSpeed": 9.4,
        "humidity": 71
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 27.3,
        "rainProbability": 98,
        "humidity": 60,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.74,
        "windSpeed": 21.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 22,
        "rainProbability": 53,
        "humidity": 75,
        "seaSurfaceTemp": 19.6,
        "waveHeight": 0.14,
        "windSpeed": 4.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17.1,
        "tempMax": 20.4,
        "rainProbability": 93,
        "humidity": 86,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.76,
        "windSpeed": 15.5
      }
    }
  ]
}