{
  "timestamp": "2026-07-17T07:30:38.126Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 21.3,
        "tempMax": 28.5,
        "rainProbability": 58,
        "windSpeed": 8,
        "humidity": 56
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.3,
        "tempMax": 25.6,
        "rainProbability": 91,
        "humidity": 72,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.64,
        "windSpeed": 16.7
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 25.9,
        "tempMax": 32.6,
        "rainProbability": 3,
        "humidity": 61,
        "seaSurfaceTemp": 28.1,
        "waveHeight": 0.06,
        "windSpeed": 11.8
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 23.9,
        "tempMax": 35.9,
        "rainProbability": 0,
        "humidity": 59,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 0.34,
        "windSpeed": 10.2
      }
    }
  ]
}