summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
Diffstat (limited to 'config-model')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc5
1 files changed, 4 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index b2c3dcf7b5a..15a4e70e33f 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -40,24 +40,27 @@ Email = element email {
Test = element test {
attribute athenz-service { xsd:string }? &
+ attribute tester-flavor { xsd:string }? &
text
}
Staging = element staging {
attribute athenz-service { xsd:string }? &
+ attribute tester-flavor { xsd:string }? &
text
}
Prod = element prod {
attribute global-service-id { text }? &
attribute athenz-service { xsd:string }? &
+ attribute tester-flavor { xsd:string }? &
Region* &
Delay* &
Parallel*
}
Region = element region {
- attribute active { xsd:boolean },
+ attribute active { xsd:boolean } &
text
}