{
  "timestamp": "2026-05-11T19:42:56.366Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.6,
        "tempMax": 21.5,
        "rainProbability": 98,
        "windSpeed": 15,
        "humidity": 73
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.2,
        "tempMax": 28.7,
        "rainProbability": 94,
        "humidity": 72,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.82,
        "windSpeed": 14.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.3,
        "tempMax": 23.1,
        "rainProbability": 0,
        "humidity": 89,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.04,
        "windSpeed": 0.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 15.7,
        "tempMax": 25.6,
        "rainProbability": 0,
        "humidity": 59,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.3,
        "windSpeed": 4
      }
    }
  ]
}