{
  "timestamp": "2026-05-10T02:59:29.475Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 7.5,
        "tempMax": 21.5,
        "rainProbability": 0,
        "windSpeed": 2.6,
        "humidity": 81
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 28,
        "rainProbability": 46,
        "humidity": 75,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 2.3,
        "windSpeed": 15.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 15.5,
        "tempMax": 22.3,
        "rainProbability": 8,
        "humidity": 95,
        "seaSurfaceTemp": 17.5,
        "waveHeight": 0.12,
        "windSpeed": 1.4
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.3,
        "tempMax": 22.7,
        "rainProbability": 23,
        "humidity": 95,
        "seaSurfaceTemp": 18.4,
        "waveHeight": 0.56,
        "windSpeed": 4
      }
    }
  ]
}