{
  "timestamp": "2026-05-12T11:57:52.914Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.1,
        "tempMax": 11,
        "rainProbability": 90,
        "windSpeed": 20.4,
        "humidity": 47
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 27.9,
        "rainProbability": 100,
        "humidity": 64,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.76,
        "windSpeed": 23.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.1,
        "tempMax": 24.8,
        "rainProbability": 0,
        "humidity": 62,
        "seaSurfaceTemp": 19.8,
        "waveHeight": 0.1,
        "windSpeed": 15.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 23.8,
        "rainProbability": 0,
        "humidity": 57,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.34,
        "windSpeed": 19.5
      }
    }
  ]
}