X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FJSONSchema.pm;h=2865d1a9ac9f89a1f53bb610e99f94141c37ce2a;hp=f014dc3f15b5c73dbadb05f865d435f70e749916;hb=f8d4eff923317a45d9225c5a56f210b6e375138b;hpb=a73f417f107bfa37e4789f9d64784068adb37382 diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index f014dc3..2865d1a 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/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, + }, } };