"description":"Family-wide options, possibly overriding global options",
"description":"Family-wide options, possibly overriding global options",
"default":{},
"default":{},
"patternProperties":{
"patternProperties":{
".*":{
"^[a-zA-Z0-9_-]+$":{
"default":{},
"default":{},
"properties":{
"properties":{
"webdav":{
"webdav":{
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
"default":{}
"default":{}
},
},
"patternProperties":{
"patternProperties":{
".*":{
"^[a-zA-Z0-9_-]+$":{
"required":[
"required":[
"zope-family"
"zope-family"
],
],
...
@@ -204,13 +204,14 @@
...
@@ -204,13 +204,14 @@
"1":{}
"1":{}
},
},
"patternProperties":{
"patternProperties":{
".*":{
"^[a-zA-Z0-9_-]+$":{
"additionalProperties":false,
"additionalProperties":false,
"properties":{
"properties":{
"family":{
"family":{
"description":"The family this partition is part of. For example: 'public', 'admin', 'backoffice', 'web-service'... Each family gets its own balancer entry. It has no special meaning for the system.",
"description":"The family this partition is part of. For example: 'public', 'admin', 'backoffice', 'web-service'... Each family gets its own balancer entry. It has no special meaning for the system.",
"default":"default",
"default":"default",
"type":"string"
"type":"string",
"pattern":"^[a-zA-Z0-9_-]+$"
},
},
"instance-count":{
"instance-count":{
"description":"Number of Zopes to setup on this partition",
"description":"Number of Zopes to setup on this partition",