aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-09-11 16:09:02 +0200
committerJon Bratseth <bratseth@oath.com>2018-09-11 16:09:02 +0200
commit867ec000524c9e9406d06d000773337885f7191a (patch)
tree9e082c886213c14b4eb5095b049190a46c09cd8f /config-model/src/main/resources/schema/containercluster.rnc
parent02aca09a84b4ceb8c66918d04263145d90ff2dce (diff)
Add model-evaluation tag
Add model-evaluation tag under container and only include the ModelsEvaluation component if present.
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc5
1 files changed, 5 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index a8c763e43b7..52d71574f82 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -16,6 +16,7 @@ ContainerServices =
SearchInContainer? &
DocprocInContainer? &
ProcessingInContainer? &
+ ModelEvaluation? &
DocumentApi? &
Components* &
Component* &
@@ -85,6 +86,10 @@ SecretStore = element secret-store {
} +
}
+ModelEvaluation = element model-evaluation {
+ empty
+}
+
# REST-API:
RestApi = element rest-api {