aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-12-02 13:13:54 +0100
committerMartin Polden <mpolden@mpolden.no>2021-12-02 13:15:53 +0100
commite242edefd31cc5740ec5a5f23613587cc208ced1 (patch)
treeeb06202782ed86df5b3ff9f5b4ddcf2579b6716f /config-model/src/main/resources
parent4a6a7b274588d88a96c66b0c1ef27274eda8b753 (diff)
Make active attribute on region element optional
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index f24750bde8b..51a286a13c8 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -101,7 +101,7 @@ ProdTest = element test {
}
Region = element region {
- attribute active { xsd:boolean } &
+ attribute active { xsd:boolean }? &
attribute athenz-service { xsd:string }? &
text
}