[pve-devel] r5526 - pve-common/trunk/data/PVE

svn-commits at proxmox.com svn-commits at proxmox.com
Tue Feb 15 12:22:28 CET 2011


Author: dietmar
Date: 2011-02-15 12:22:28 +0100 (Tue, 15 Feb 2011)
New Revision: 5526

Modified:
   pve-common/trunk/data/PVE/JSONSchema.pm
Log:
privs is a array of strings


Modified: pve-common/trunk/data/PVE/JSONSchema.pm
===================================================================
--- pve-common/trunk/data/PVE/JSONSchema.pm	2011-02-15 11:07:34 UTC (rev 5525)
+++ pve-common/trunk/data/PVE/JSONSchema.pm	2011-02-15 11:22:28 UTC (rev 5526)
@@ -681,7 +681,7 @@
 	    additionalProperties => 0,
 	    properties => {
                 path => { type => 'string' },
-                privs => { type => 'string' },
+                privs => { type => 'array' },
             },
         },
         match_name => {




More information about the pve-devel mailing list