{
  "timestamp": "2026-05-06T16:10:53.917Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 12.5,
        "tempMax": 22.5,
        "rainProbability": 95,
        "windSpeed": 11.8,
        "humidity": 45
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.9,
        "tempMax": 30.4,
        "rainProbability": 2,
        "humidity": 76,
        "seaSurfaceTemp": 27.6,
        "waveHeight": 1.58,
        "windSpeed": 12.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 13.5,
        "tempMax": 20.9,
        "rainProbability": 0,
        "humidity": 52,
        "seaSurfaceTemp": 17.5,
        "waveHeight": 0.06,
        "windSpeed": 6.9
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 12.3,
        "tempMax": 22.1,
        "rainProbability": 3,
        "humidity": 59,
        "seaSurfaceTemp": 18.6,
        "waveHeight": 0.24,
        "windSpeed": 3.9
      }
    }
  ]
}