[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": "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",