aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_fields_inherited_reference/child_a.sd
blob: 2ddc0f359b720d9ec150939419b64f0b98d9cf36 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema child_a {
  document child_a {
    field ref_from_a type reference<parent> {
      indexing: attribute
    }
  }
}