mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-15 11:33:57 +00:00
JSONSchema: define 'renderer' property
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
ef3c37dd28
commit
03c1e2a061
@ -1081,6 +1081,11 @@ my $default_schema_noref = {
|
|||||||
optional => 1,
|
optional => 1,
|
||||||
description => "This provides the title of the property",
|
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 => {
|
requires => {
|
||||||
type => [ "string", "object" ],
|
type => [ "string", "object" ],
|
||||||
optional => 1,
|
optional => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user