From 7278cb3c1249e325726d3d9968bba1564cac3832 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 18 Jan 2017 16:46:54 +0100 Subject: [PATCH] JSONSchema: remove formatter option We do no longer store that information in the method info. --- src/PVE/JSONSchema.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index 37a6e1f..4ea9007 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -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.", -- 2.39.2