mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-27 10:01:38 +00:00
add missing formatter property to method schema
This commit is contained in:
parent
2a8ced7bac
commit
638edfd429
@ -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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user