{
  "timestamp": "2026-07-17T05:43:12.397Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 21.3,
        "tempMax": 28.4,
        "rainProbability": 58,
        "windSpeed": 4.8,
        "humidity": 71
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 20.7,
        "tempMax": 24.6,
        "rainProbability": 91,
        "humidity": 77,
        "seaSurfaceTemp": 25.2,
        "waveHeight": 1.64,
        "windSpeed": 18.2
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 26.1,
        "tempMax": 32.7,
        "rainProbability": 3,
        "humidity": 73,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 0.04,
        "windSpeed": 10
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 24.1,
        "tempMax": 36.2,
        "rainProbability": 0,
        "humidity": 71,
        "seaSurfaceTemp": 27.9,
        "waveHeight": 0.34,
        "windSpeed": 7.8
      }
    }
  ]
}