aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_fields_inherited_reference/child_b.sd
blob: 8a2fa85be6faf9abdbb7bb7948895be5270265c5 (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_b {
  document child_b inherits child_a {
    field ref_from_b type reference<parent> {
      indexing: attribute
    }
  }
}