]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/JSONSchema.pm
JSONSchema: define 'renderer' property
[pve-common.git] / src / PVE / JSONSchema.pm
index f0ac44139883234d4b003e26257f0f89a35a5fb6..793ec60c7465d27a04359b7d3387c17054fbf18b 100644 (file)
@@ -1081,6 +1081,11 @@ my $default_schema_noref = {
            optional => 1,
            description => "This provides the title of the property",
        },
+       renderer => {
+           type => "string",
+           optional => 1,
+           description => "This is used to provide rendering hints to format cli command output.",
+       },
        requires => {
            type => [ "string", "object" ],
            optional => 1,