{
  "timestamp": "2026-05-05T23:51:42.130Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 12.4,
        "tempMax": 22.5,
        "rainProbability": 95,
        "windSpeed": 3.9,
        "humidity": 83
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.1,
        "tempMax": 30.1,
        "rainProbability": 25,
        "humidity": 73,
        "seaSurfaceTemp": 27.5,
        "waveHeight": 1.56,
        "windSpeed": 8.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 14.5,
        "tempMax": 21.9,
        "rainProbability": 0,
        "humidity": 87,
        "seaSurfaceTemp": 16.8,
        "waveHeight": 0.04,
        "windSpeed": 1.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.7,
        "tempMax": 22.4,
        "rainProbability": 3,
        "humidity": 76,
        "seaSurfaceTemp": 18.1,
        "waveHeight": 0.4,
        "windSpeed": 5.4
      }
    }
  ]
}