{
  "timestamp": "2026-05-07T11:59:04.926Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.4,
        "tempMax": 17.7,
        "rainProbability": 98,
        "windSpeed": 14.4,
        "humidity": 51
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.7,
        "tempMax": 29.6,
        "rainProbability": 2,
        "humidity": 55,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.5,
        "windSpeed": 20.9
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.4,
        "tempMax": 20.4,
        "rainProbability": 65,
        "humidity": 74,
        "seaSurfaceTemp": 18,
        "waveHeight": 0.1,
        "windSpeed": 2.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.9,
        "tempMax": 22.2,
        "rainProbability": 3,
        "humidity": 43,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.28,
        "windSpeed": 11.3
      }
    }
  ]
}