aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/deployment.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/deployment.rnc')
-rw-r--r--config-model/src/main/resources/schema/deployment.rnc4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/deployment.rnc b/config-model/src/main/resources/schema/deployment.rnc
index 0f2eed3f72b..d47ce81eaac 100644
--- a/config-model/src/main/resources/schema/deployment.rnc
+++ b/config-model/src/main/resources/schema/deployment.rnc
@@ -98,12 +98,16 @@ Email = element email {
Test = element test {
attribute athenz-service { xsd:string }? &
attribute tester-flavor { xsd:string }? &
+ attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }? &
text
}
Staging = element staging {
attribute athenz-service { xsd:string }? &
attribute tester-flavor { xsd:string }? &
+ attribute cloud-account { xsd:string }? &
+ attribute empty-host-ttl { xsd:string }? &
text
}