aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_fields_inherited_reference/child_b.sd
blob: 3a13e339e7fb066afe632a6090a9d5efd3c488f9 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Yahoo. 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
    }
  }
}