mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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": "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",
|
||||
|
Reference in New Issue
Block a user