Commit cbb33e56 authored by Jérome Perrin's avatar Jérome Perrin

software/erp5: use allOf to extend caucase schema

parent 17ac5551
...@@ -498,6 +498,8 @@ ...@@ -498,6 +498,8 @@
}, },
"caucase": { "caucase": {
"description": "Caucase certificate authority parameters", "description": "Caucase certificate authority parameters",
"allOf": [
{
"properties": { "properties": {
"url": { "url": {
"title": "Caucase URL", "title": "Caucase URL",
...@@ -506,10 +508,12 @@ ...@@ -506,10 +508,12 @@
"type": "string", "type": "string",
"format": "uri" "format": "uri"
} }
}
}, },
"additionalProperties": { {
"$ref": "../caucase/instance-caucase-input-schema.json" "$ref": "../caucase/instance-caucase-input-schema.json"
}, }
],
"type": "object" "type": "object"
}, },
"test-runner": { "test-runner": {
......
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