]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/CLIHandler.pm
CLIHandler: record missing JSONSchema usage
[pve-common.git] / src / PVE / CLIHandler.pm
index 86c90fb10a03757318941ecbc173522f65cae281..249c7cc541ceb5bcc0ae8954c4e7a15b3abc3f6c 100644 (file)
@@ -8,6 +8,7 @@ use Scalar::Util qw(weaken);
 
 use PVE::SafeSyslog;
 use PVE::Exception qw(raise raise_param_exc);
+use PVE::JSONSchema;
 use PVE::RESTHandler;
 use PVE::PTY;
 use PVE::INotify;