]> git.proxmox.com Git - pve-common.git/commitdiff
JSONSchema: remove formatter option
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Jan 2017 15:46:54 +0000 (16:46 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 18 Jan 2017 15:46:54 +0000 (16:46 +0100)
We do no longer store that information in the method info.

src/PVE/JSONSchema.pm

index 37a6e1fa673451e171844f172894715075faf660..4ea9007c21e344c024d6ad72ec16f8f920428e68 100644 (file)
@@ -1190,11 +1190,6 @@ my $method_schema = {
            description => "JSON Schema for parameters.",
            optional => 1,
        },
            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.",
        returns => {
            type => 'object',
            description => "JSON Schema for return value.",