aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources')
-rw-r--r--config-model/src/main/resources/schema/admin.rnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/admin.rnc b/config-model/src/main/resources/schema/admin.rnc
index 3729f3ab57c..7a3e2916f94 100644
--- a/config-model/src/main/resources/schema/admin.rnc
+++ b/config-model/src/main/resources/schema/admin.rnc
@@ -97,6 +97,7 @@ LogForwarding = element logforwarding {
element splunk {
attribute splunk-home { xsd:string }? &
attribute deployment-server { xsd:string } &
- attribute client-name { xsd:string }
+ attribute client-name { xsd:string } &
+ attribute phone-home-interval { xsd:positiveInteger }?
}
}