{
  "timestamp": "2026-05-10T22:14:12.074Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 11.3,
        "tempMax": 21.4,
        "rainProbability": 90,
        "windSpeed": 1.8,
        "humidity": 45
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 23.4,
        "tempMax": 28.3,
        "rainProbability": 79,
        "humidity": 71,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.96,
        "windSpeed": 20.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16,
        "tempMax": 23.1,
        "rainProbability": 0,
        "humidity": 88,
        "seaSurfaceTemp": 18.5,
        "waveHeight": 0.04,
        "windSpeed": 0.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 16.4,
        "tempMax": 26.5,
        "rainProbability": 0,
        "humidity": 94,
        "seaSurfaceTemp": 18.9,
        "waveHeight": 0.24,
        "windSpeed": 4.3
      }
    }
  ]
}