summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/converter/child.sd
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/converter/child.sd')
-rw-r--r--config-model/src/test/converter/child.sd23
1 files changed, 23 insertions, 0 deletions
diff --git a/config-model/src/test/converter/child.sd b/config-model/src/test/converter/child.sd
new file mode 100644
index 00000000000..cdfc339ed59
--- /dev/null
+++ b/config-model/src/test/converter/child.sd
@@ -0,0 +1,23 @@
+# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+search child {
+
+ document child inherits parent {
+
+ field a type uri {
+ indexing: index | summary
+ }
+
+ field r type redef {
+ indexing: summary
+ }
+
+ field aaa type annotationreference<gpa> { }
+
+ field modelref type reference<other> { }
+
+ }
+ field outrarr type array<string> {
+ indexing: input a | to_array | summary
+ }
+
+}