mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
[ADF-2609] Add the contextRootBPM and contextRootECM to the schema validator (#3146)
This commit is contained in:
committed by
Denys Vuika
parent
7d1b4bf14a
commit
24b3972d84
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user