diff --git a/lib/core/app-config/schema.json b/lib/core/app-config/schema.json index 0924b83a72..4702523112 100644 --- a/lib/core/app-config/schema.json +++ b/lib/core/app-config/schema.json @@ -214,7 +214,7 @@ "type": "array" } } - }, + }, { "type": "object", "required": [ @@ -249,14 +249,14 @@ "type": "array" } } - } + } ] } - } + } } } ] - } + } }, "type": "object", @@ -265,10 +265,18 @@ "description": "ECM host", "type": "string" }, + "contextRootEcm": { + "description": "The context root of the ECM host", + "type": "string" + }, "bpmHost": { "description": "BPM host", "type": "string" }, + "contextRootBpm": { + "description": "The context root of the BPM host", + "type": "string" + }, "application": { "description": "Application's global configuration", "type": "object",