Commit 943f8de1 authored by Vincent Pelletier's avatar Vincent Pelletier

software.erp5: Assorted json schema syntax fixes.

parent cebedc6d
......@@ -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": {
......
......@@ -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",
......
......@@ -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)",
......
......@@ -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"
},
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment