{
  "timestamp": "2026-05-17T04:48:48.944Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.4,
        "tempMax": 17,
        "rainProbability": 3,
        "windSpeed": 4.2,
        "humidity": 67
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.3,
        "tempMax": 27.4,
        "rainProbability": 96,
        "humidity": 75,
        "seaSurfaceTemp": 27.1,
        "waveHeight": 2.58,
        "windSpeed": 18.6
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.3,
        "tempMax": 23.3,
        "rainProbability": 5,
        "humidity": 54,
        "seaSurfaceTemp": 19.5,
        "waveHeight": 0.38,
        "windSpeed": 7.3
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15,
        "tempMax": 21.2,
        "rainProbability": 0,
        "humidity": 78,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.94,
        "windSpeed": 7.5
      }
    }
  ]
}