{
  "timestamp": "2026-04-27T14:26:39.320Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 3.9,
        "tempMax": 17,
        "rainProbability": 0,
        "windSpeed": 4.3,
        "humidity": 26
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.4,
        "tempMax": 30,
        "rainProbability": 100,
        "humidity": 80,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 1.74,
        "windSpeed": 7.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.2,
        "tempMax": 17.6,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 16.9,
        "waveHeight": 0.5,
        "windSpeed": 18.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 24.2,
        "rainProbability": 0,
        "humidity": 51,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.3,
        "windSpeed": 4.1
      }
    }
  ]
}