{
  "timestamp": "2026-05-13T09:49:45.977Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 5.2,
        "tempMax": 14.6,
        "rainProbability": 30,
        "windSpeed": 18.2,
        "humidity": 47
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 22.5,
        "tempMax": 27.7,
        "rainProbability": 91,
        "humidity": 64,
        "seaSurfaceTemp": 27.4,
        "waveHeight": 1.66,
        "windSpeed": 22.3
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 16.9,
        "tempMax": 23.9,
        "rainProbability": 40,
        "humidity": 57,
        "seaSurfaceTemp": 19.4,
        "waveHeight": 0.18,
        "windSpeed": 10.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 14.6,
        "tempMax": 24.6,
        "rainProbability": 0,
        "humidity": 56,
        "seaSurfaceTemp": 19.1,
        "waveHeight": 0.7,
        "windSpeed": 5.6
      }
    }
  ]
}