[ADF-2609] Add the contextRootBPM and contextRootECM to the schema validator (#3146)

This commit is contained in:
Maurizio Vitale
2018-04-06 07:05:16 +01:00
committed by Denys Vuika
parent 7d1b4bf14a
commit 24b3972d84

View File

@@ -214,7 +214,7 @@
"type": "array" "type": "array"
} }
} }
}, },
{ {
"type": "object", "type": "object",
"required": [ "required": [
@@ -249,14 +249,14 @@
"type": "array" "type": "array"
} }
} }
} }
] ]
} }
} }
} }
} }
] ]
} }
}, },
"type": "object", "type": "object",
@@ -265,10 +265,18 @@
"description": "ECM host", "description": "ECM host",
"type": "string" "type": "string"
}, },
"contextRootEcm": {
"description": "The context root of the ECM host",
"type": "string"
},
"bpmHost": { "bpmHost": {
"description": "BPM host", "description": "BPM host",
"type": "string" "type": "string"
}, },
"contextRootBpm": {
"description": "The context root of the BPM host",
"type": "string"
},
"application": { "application": {
"description": "Application's global configuration", "description": "Application's global configuration",
"type": "object", "type": "object",