Commit 07ad4b61 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 17f75f2a
{
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Parameters to instantiate ERP5",
"type": "object",
"definitions": {
"tcpv4port": {
"minimum": 0,
"maximum": 65535,
"type": "integer"
}
},
"properties": {
"zope-partition-dict": {
"description": "Zope layout definition",
"default": {
"1": {}
},
"patternProperties": {
".*": {
"properties": {
"port-base": {
"allOf": [
{
"$ref": "#/definitions/tcpv4port"
}
]
}
},
"type": "object"
}
},
"type": "object"
}
}
}
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