From 943f8de1fac3cc7a76cc83123ba95fbc1e69e570 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Wed, 18 Feb 2015 16:57:14 +0100
Subject: [PATCH] software.erp5: Assorted json schema syntax fixes.

---
 software/erp5/instance-cloudooo-schema.json   | 2 +-
 software/erp5/instance-erp5-input-schema.json | 6 +++---
 software/erp5/instance-mariadb-schema.json    | 4 ++--
 software/erp5/instance-zeo-schema.json        | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/software/erp5/instance-cloudooo-schema.json b/software/erp5/instance-cloudooo-schema.json
index 3195b27e0..f6eb32bc7 100644
--- a/software/erp5/instance-cloudooo-schema.json
+++ b/software/erp5/instance-cloudooo-schema.json
@@ -7,7 +7,7 @@
       "allOf": [{
         "$ref": "#/definitions/tcpv4port"
       }, {
-        "description": "Start allocating ports at this value, going upward",
+        "description": "Start allocating ports at this value, going upward"
       }]
     },
     "font-url-list": {
diff --git a/software/erp5/instance-erp5-input-schema.json b/software/erp5/instance-erp5-input-schema.json
index dc8d19049..b9230a695 100644
--- a/software/erp5/instance-erp5-input-schema.json
+++ b/software/erp5/instance-erp5-input-schema.json
@@ -84,7 +84,7 @@
           "description": "Request a front-end slave instance of this software type.",
           "default": "RootSoftwareInstance",
           "type": ""
-        },
+        }
       },
       "type": "object"
     },
@@ -136,7 +136,7 @@
                 "description": "Start allocating ports at this value. Useful if one needs to make several partitions share the same port range (ie, several partitions bound to a single address)",
                 "default": 2200
               }]
-            },
+            }
           },
           "type": "object"
         }
@@ -184,7 +184,7 @@
         "backup-periodicity": {
           "description": "When to backup, specified in the same format as for systemd.time(7) calendar events (years & seconds not supported, DoW & DoM can not be combined). Enter 'never' to disable backups.",
           "default": "daily",
-          "type": "string",
+          "type": "string"
         },
         "tidstorage-timestamp-path": {
           "description": "Path to backup timestamp file, occurrences of '%(backup)s' being replaced with the path to partition's srv/backup/tidstorage directory",
diff --git a/software/erp5/instance-mariadb-schema.json b/software/erp5/instance-mariadb-schema.json
index ebe3170b3..bc8b7b19c 100644
--- a/software/erp5/instance-mariadb-schema.json
+++ b/software/erp5/instance-mariadb-schema.json
@@ -65,7 +65,7 @@
     "backup-periodicity": {
       "description": "When to backup, specified in the same format as for systemd.time(7) calendar events (years & seconds not supported, DoW & DoM can not be combined).",
       "default": "daily",
-      "type": "string",
+      "type": "string"
     },
     "innodb-buffer-pool-size": {
       "description": "See MariaDB documentation on innodb_buffer_pool_size",
@@ -102,7 +102,7 @@
       "properties": {
         "ca-crt": {
           "description": "Certificate Authority's certificate, in PEM format",
-          "type": "string",
+          "type": "string"
         },
         "crt": {
           "description": "Server's certificate, in PEM format (mandatory to enable SSL support)",
diff --git a/software/erp5/instance-zeo-schema.json b/software/erp5/instance-zeo-schema.json
index 21a239a1b..33351c66f 100644
--- a/software/erp5/instance-zeo-schema.json
+++ b/software/erp5/instance-zeo-schema.json
@@ -17,6 +17,6 @@
       "description": "FileStorage file path, '%(zodb)s' occurrences are replaced with the path to partition's srv/zodb directory, and %(name)s with the export id",
       "default": "%(zodb)s/%(name)s.fs",
       "type": "string"
-    },
+    }
   }
 }
-- 
2.30.9