From 03c1e2a061c6e47f9ffeacd379a69fb670cb7f4d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 2 Jul 2018 13:34:13 +0200 Subject: [PATCH] JSONSchema: define 'renderer' property Signed-off-by: Dietmar Maurer --- src/PVE/JSONSchema.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index f0ac441..793ec60 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -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, -- 2.39.2