mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-03 17:17:46 +00:00
JSONSchema: remove formatter option
We do no longer store that information in the method info.
This commit is contained in:
parent
4612730446
commit
7278cb3c12
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user