aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-02-25 11:46:44 +0100
committergjoranv <gv@verizonmedia.com>2020-02-25 11:46:44 +0100
commit76fc226a5ae37eb0211ee65a2455380749784004 (patch)
treefdd4ceac1eaa998704b669949e4660738c680a44 /config-model/src/main/resources
parent3b70fbe1f3a0087b0faaa8908cc1cac31b805d40 (diff)
Allow all legal chars for cloudwatch namespace
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/admin.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/admin.rnc b/config-model/src/main/resources/schema/admin.rnc
index 055f57dd7c0..e3ba7dc500d 100644
--- a/config-model/src/main/resources/schema/admin.rnc
+++ b/config-model/src/main/resources/schema/admin.rnc
@@ -89,7 +89,7 @@ Metrics = element metrics {
Cloudwatch = element cloudwatch {
attribute region { xsd:Name } &
- attribute namespace { xsd:Name } &
+ attribute namespace { xsd:string { pattern = "[\w_\-/#:\.]+" } } &
(
(
element access-key-name { xsd:Name } &