{
  "timestamp": "2026-07-20T15:33:49.556Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 14.1,
        "tempMax": 22.3,
        "rainProbability": 0,
        "windSpeed": 14.2,
        "humidity": 42
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 18.6,
        "tempMax": 26.6,
        "rainProbability": 96,
        "humidity": 69,
        "seaSurfaceTemp": 25.3,
        "waveHeight": 2.34,
        "windSpeed": 7.5
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.5,
        "tempMax": 32.8,
        "rainProbability": 0,
        "humidity": 54,
        "seaSurfaceTemp": 29.8,
        "waveHeight": 0.04,
        "windSpeed": 6.1
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.6,
        "tempMax": 38,
        "rainProbability": 0,
        "humidity": 24,
        "seaSurfaceTemp": 29.2,
        "waveHeight": 0.14,
        "windSpeed": 3.4
      }
    }
  ]
}