{
  "timestamp": "2026-07-16T13:31:44.893Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17,
        "tempMax": 29.7,
        "rainProbability": 35,
        "windSpeed": 2.6,
        "humidity": 45
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 20.8,
        "tempMax": 27.5,
        "rainProbability": 73,
        "humidity": 72,
        "seaSurfaceTemp": 25.3,
        "waveHeight": 1.76,
        "windSpeed": 15.8
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 24.9,
        "tempMax": 32.8,
        "rainProbability": 3,
        "humidity": 44,
        "seaSurfaceTemp": 28.5,
        "waveHeight": 0.04,
        "windSpeed": 9.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22.8,
        "tempMax": 35.6,
        "rainProbability": 0,
        "humidity": 38,
        "seaSurfaceTemp": 28.7,
        "waveHeight": 0.18,
        "windSpeed": 2.7
      }
    }
  ]
}