{
  "timestamp": "2026-05-04T14:34:42.323Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.6,
        "tempMax": 24.2,
        "rainProbability": 3,
        "windSpeed": 5.1,
        "humidity": 31
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.5,
        "tempMax": 28.4,
        "rainProbability": 20,
        "humidity": 59,
        "seaSurfaceTemp": 27.7,
        "waveHeight": 1.98,
        "windSpeed": 13.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 11.2,
        "tempMax": 18.1,
        "rainProbability": 0,
        "humidity": 39,
        "seaSurfaceTemp": 17,
        "waveHeight": 0.12,
        "windSpeed": 21.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 8.6,
        "tempMax": 20.2,
        "rainProbability": 3,
        "humidity": 48,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.46,
        "windSpeed": 9.8
      }
    }
  ]
}