{
  "timestamp": "2026-05-01T08:06:27.802Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5,
        "tempMax": 20.6,
        "rainProbability": 0,
        "windSpeed": 0.7,
        "humidity": 42
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.6,
        "tempMax": 26.5,
        "rainProbability": 100,
        "humidity": 75,
        "seaSurfaceTemp": 27.8,
        "waveHeight": 3.06,
        "windSpeed": 23.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 10.8,
        "tempMax": 13.7,
        "rainProbability": 100,
        "humidity": 59,
        "seaSurfaceTemp": 16.6,
        "waveHeight": 0.64,
        "windSpeed": 22.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.4,
        "tempMax": 19.3,
        "rainProbability": 45,
        "humidity": 81,
        "seaSurfaceTemp": 18.8,
        "waveHeight": 0.4,
        "windSpeed": 7.3
      }
    }
  ]
}