summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/federation.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/federation.rnc')
-rw-r--r--config-model/src/main/resources/schema/federation.rnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/federation.rnc b/config-model/src/main/resources/schema/federation.rnc
index 6dbeb32fbb2..227bebc16ba 100644
--- a/config-model/src/main/resources/schema/federation.rnc
+++ b/config-model/src/main/resources/schema/federation.rnc
@@ -16,6 +16,8 @@ Provider =
attribute cachesize { xsd:string { pattern = "\d+(\.\d*)?\s*[kmgKMG]?" } }? &
attribute type { xsd:string }? &
attribute cluster { xsd:string }? &
+
+ # TODO Vespa 8 Remove yca concepts from services.xml syntax
attribute yca-application-id { xsd:string }? &
attribute yca-cache-ttl { xsd:string { pattern = "\d+(\.\d*)?\s*m?s" } }? &
attribute yca-cache-retry-wait { xsd:string { pattern = "\d+(\.\d*)?\s*m?s" } }? &