aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/schemainheritance/child.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/schemainheritance/child.sd')
-rw-r--r--config-model/src/test/derived/schemainheritance/child.sd3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-model/src/test/derived/schemainheritance/child.sd b/config-model/src/test/derived/schemainheritance/child.sd
index a209919763d..ea3ff9b85da 100644
--- a/config-model/src/test/derived/schemainheritance/child.sd
+++ b/config-model/src/test/derived/schemainheritance/child.sd
@@ -1,3 +1,4 @@
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema child inherits parent {
document child inherits parent {
@@ -35,7 +36,7 @@ schema child inherits parent {
}
document-summary child_summary inherits parent_summary {
- summary cf1 type string {}
+ summary cf1 {}
}
import field importedschema_ref.importedfield2 as child_imported {}