{
  "timestamp": "2026-07-15T13:36:20.454Z",
  "locations": [
    {
      "id": "prague",
      "label": "Prague",
      "type": "city",
      "data": {
        "tempMin": 17.7,
        "tempMax": 27.7,
        "rainProbability": 93,
        "windSpeed": 5.8,
        "humidity": 42
      }
    },
    {
      "id": "le-morne",
      "label": "Le Morne",
      "type": "sea",
      "data": {
        "tempMin": 21.7,
        "tempMax": 28.1,
        "rainProbability": 95,
        "humidity": 71,
        "seaSurfaceTemp": 25.4,
        "waveHeight": 2.22,
        "windSpeed": 5.4
      }
    },
    {
      "id": "eagles-palace",
      "label": "Eagles Palace",
      "type": "sea",
      "data": {
        "tempMin": 23.5,
        "tempMax": 31.8,
        "rainProbability": 0,
        "humidity": 47,
        "seaSurfaceTemp": 28.2,
        "waveHeight": 0.04,
        "windSpeed": 8.7
      }
    },
    {
      "id": "zakynthos",
      "label": "Domes Aulus Zante",
      "type": "sea",
      "data": {
        "tempMin": 22,
        "tempMax": 33.4,
        "rainProbability": 0,
        "humidity": 47,
        "seaSurfaceTemp": 28.4,
        "waveHeight": 0.3,
        "windSpeed": 2.2
      }
    }
  ]
}