{
  "timestamp": "2026-05-07T01:38:43.764Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.4,
        "tempMax": 16.6,
        "rainProbability": 98,
        "windSpeed": 8.2,
        "humidity": 86
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.7,
        "tempMax": 29.2,
        "rainProbability": 2,
        "humidity": 80,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.52,
        "windSpeed": 15.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.9,
        "tempMax": 20.9,
        "rainProbability": 23,
        "humidity": 92,
        "seaSurfaceTemp": 17.1,
        "waveHeight": 0.04,
        "windSpeed": 4.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 13.2,
        "tempMax": 21.8,
        "rainProbability": 0,
        "humidity": 55,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.22,
        "windSpeed": 3.5
      }
    }
  ]
}