{
  "timestamp": "2026-07-21T09:24:36.407Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 13.5,
        "tempMax": 21.2,
        "rainProbability": 3,
        "windSpeed": 8.4,
        "humidity": 52
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18,
        "tempMax": 27,
        "rainProbability": 37,
        "humidity": 60,
        "seaSurfaceTemp": 25.4,
        "waveHeight": 2.12,
        "windSpeed": 14.1
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.4,
        "tempMax": 33.5,
        "rainProbability": 5,
        "humidity": 53,
        "seaSurfaceTemp": 29.3,
        "waveHeight": 0.04,
        "windSpeed": 1.6
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.7,
        "tempMax": 36.7,
        "rainProbability": 0,
        "humidity": 45,
        "seaSurfaceTemp": 29.1,
        "waveHeight": 0.06,
        "windSpeed": 5.6
      }
    }
  ]
}