{
  "timestamp": "2026-05-05T17:37:27.778Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.3,
        "tempMax": 25.2,
        "rainProbability": 65,
        "windSpeed": 13,
        "humidity": 45
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.1,
        "tempMax": 28.5,
        "rainProbability": 10,
        "humidity": 70,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.6,
        "windSpeed": 7.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 22.2,
        "rainProbability": 0,
        "humidity": 60,
        "seaSurfaceTemp": 17.1,
        "waveHeight": 0.04,
        "windSpeed": 3.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 11.1,
        "tempMax": 22.4,
        "rainProbability": 0,
        "humidity": 54,
        "seaSurfaceTemp": 18.4,
        "waveHeight": 0.46,
        "windSpeed": 5.1
      }
    }
  ]
}