{
  "timestamp": "2026-05-05T19:38:51.067Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.3,
        "tempMax": 25.2,
        "rainProbability": 65,
        "windSpeed": 6.9,
        "humidity": 58
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.1,
        "tempMax": 28.5,
        "rainProbability": 10,
        "humidity": 71,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.58,
        "windSpeed": 4.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 22.2,
        "rainProbability": 0,
        "humidity": 71,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.04,
        "windSpeed": 2.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.1,
        "tempMax": 22.4,
        "rainProbability": 0,
        "humidity": 81,
        "seaSurfaceTemp": 18.3,
        "waveHeight": 0.46,
        "windSpeed": 4.4
      }
    }
  ]
}