X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FJSONSchema.pm;fp=PVE%2FAPIClient%2FJSONSchema.pm;h=377d6d519582c20cc4b51b6a7c187c101fcc5d66;hp=0c88b636910d31b1c002a6b523236486f6ce7f45;hb=969b8624f35127abbf0002412932a247bfec4707;hpb=4e14c0d17b0512ba8351cbe77115dd31dd5b17cf diff --git a/PVE/APIClient/JSONSchema.pm b/PVE/APIClient/JSONSchema.pm index 0c88b63..377d6d5 100644 --- a/PVE/APIClient/JSONSchema.pm +++ b/PVE/APIClient/JSONSchema.pm @@ -1139,6 +1139,11 @@ my $default_schema_noref = { }, }, }, + print_width => { + type => "integer", + description => "For CLI context, this defines the maximal width to print before truncating", + optional => 1, + }, } };