aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/twostreamingstructs/streamingstruct.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/twostreamingstructs/streamingstruct.sd')
-rw-r--r--config-model/src/test/derived/twostreamingstructs/streamingstruct.sd6
1 files changed, 3 insertions, 3 deletions
diff --git a/config-model/src/test/derived/twostreamingstructs/streamingstruct.sd b/config-model/src/test/derived/twostreamingstructs/streamingstruct.sd
index a0f2888bc2a..8e70fdfc8d1 100644
--- a/config-model/src/test/derived/twostreamingstructs/streamingstruct.sd
+++ b/config-model/src/test/derived/twostreamingstructs/streamingstruct.sd
@@ -1,4 +1,4 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema streamingstruct {
document streamingstruct {
@@ -176,11 +176,11 @@ schema streamingstruct {
}
document-summary summ {
- summary snippet type string {
+ summary snippet {
dynamic
source: a.f1, b.f2
}
- summary snippet2 type string {
+ summary snippet2 {
source: a.f1, b.f1, b.f2
}
}