add missing formatter property to method schema

This commit is contained in:
Dietmar Maurer 2015-09-04 13:50:06 +02:00
parent 2a8ced7bac
commit 638edfd429

View File

@ -967,6 +967,11 @@ my $method_schema = {
description => "JSON Schema for parameters.", description => "JSON Schema for parameters.",
optional => 1, optional => 1,
}, },
formatter => {
type => 'object',
description => "Used to store page formatter information (set by PVE::RESTHandler->register_page_formatter).",
optional => 1,
},
returns => { returns => {
type => 'object', type => 'object',
description => "JSON Schema for return value.", description => "JSON Schema for return value.",