aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-10-18 13:01:10 +0200
committerJon Bratseth <bratseth@oath.com>2018-10-18 13:01:10 +0200
commit1f4d3a897ad3250e0bcca798a76f24d78a3aac82 (patch)
tree58a27163fd99ba7ede28d2c20424afd7309b94c8 /config-model/src/main/resources/schema/deployment.rnc
parent2779d3a18fe1bdb1cccc5d0eb88bbebf92b0cb15 (diff)
Allow major-version in schema
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 2ecfa781876..6878441fe92 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -4,6 +4,7 @@
start = element deployment {
attribute version { "1.0" } &
+ attribute major-version { text }? &
attribute athenz-domain { xsd:string }? &
attribute athenz-service { xsd:string }? &
Upgrade? &