{
  "timestamp": "2026-05-07T09:37:11.493Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 10.9,
        "tempMax": 17.1,
        "rainProbability": 98,
        "windSpeed": 15.8,
        "humidity": 58
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.7,
        "tempMax": 29.6,
        "rainProbability": 2,
        "humidity": 49,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.5,
        "windSpeed": 20.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.4,
        "tempMax": 20.2,
        "rainProbability": 65,
        "humidity": 73,
        "seaSurfaceTemp": 17.5,
        "waveHeight": 0.08,
        "windSpeed": 1.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.9,
        "tempMax": 22,
        "rainProbability": 3,
        "humidity": 51,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.26,
        "windSpeed": 8
      }
    }
  ]
}