JSONSchema: define 'renderer' property

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
Dietmar Maurer 2018-07-02 13:34:13 +02:00 committed by Thomas Lamprecht
parent ef3c37dd28
commit 03c1e2a061

View 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,