summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/services.rnc
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/main/resources/schema/services.rnc')
-rw-r--r--config-model/src/main/resources/schema/services.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/services.rnc b/config-model/src/main/resources/schema/services.rnc
index 3897448cb56..c4eb7435ca6 100644
--- a/config-model/src/main/resources/schema/services.rnc
+++ b/config-model/src/main/resources/schema/services.rnc
@@ -11,7 +11,7 @@ include "legacygenericcluster.rnc"
start = element services {
attribute version { "1.0" }? &
- attribute major-version { text }? &
+ attribute major-version { text }? & # TODO: Remove on Vespa 7
attribute application-type { "hosted-infrastructure" }? &
LegacyGenericCluster* &
GenericCluster* &