Re: [pve-devel] [PATCH common 3/3] JSONSchema: disable '-alist' format

2023-06-05 Thread Wolfgang Bumiller
On Fri, May 12, 2023 at 02:23:50PM +0200, Dominik Csapak wrote: > this should not be needed anymore since we can now use a simple array > in the api instead > > Signed-off-by: Dominik Csapak Acked-by: Wolfgang Bumiller ___ pve-devel mailing list pve

[pve-devel] [PATCH common 3/3] JSONSchema: disable '-alist' format

2023-05-12 Thread Dominik Csapak
this should not be needed anymore since we can now use a simple array in the api instead Signed-off-by: Dominik Csapak --- this breaks all packages which have an '-alist' format defined src/PVE/JSONSchema.pm | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/