JSONSchema: remove formatter option

We do no longer store that information in the method info.
This commit is contained in:
Dietmar Maurer 2017-01-18 16:46:54 +01:00
parent 4612730446
commit 7278cb3c12

View File

@ -1190,11 +1190,6 @@ 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.",