From: Dietmar Maurer Date: Fri, 4 Sep 2015 11:50:06 +0000 (+0200) Subject: add missing formatter property to method schema X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=638edfd4292f08edaabb78228a53a0fe8920358c;hp=2a8ced7bacb7da8ab4143a59720e74a2897cf714;p=pve-common.git add missing formatter property to method schema --- diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index 32d461c..cb2d56e 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -967,6 +967,11 @@ my $method_schema = { description => "JSON Schema for parameters.", optional => 1, }, + formatter => { + type => 'object', + description => "Used to store page formatter information (set by PVE::RESTHandler->register_page_formatter).", + optional => 1, + }, returns => { type => 'object', description => "JSON Schema for return value.",