{
  "timestamp": "2026-05-16T10:45:38.637Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 8.9,
        "tempMax": 14.6,
        "rainProbability": 95,
        "windSpeed": 10.3,
        "humidity": 64
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.4,
        "tempMax": 27.5,
        "rainProbability": 98,
        "humidity": 61,
        "seaSurfaceTemp": 27.2,
        "waveHeight": 2.76,
        "windSpeed": 21.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.4,
        "tempMax": 21.8,
        "rainProbability": 53,
        "humidity": 59,
        "seaSurfaceTemp": 20,
        "waveHeight": 0.16,
        "windSpeed": 6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 17,
        "tempMax": 20.5,
        "rainProbability": 100,
        "humidity": 85,
        "seaSurfaceTemp": 19.2,
        "waveHeight": 0.78,
        "windSpeed": 11.4
      }
    }
  ]
}