summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/imported_fields_inherited_reference/child_a.sd
blob: 75c16d1eefe3db23b20c221a9c51eadb53216c97 (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Verizon Media. 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
    }
  }
}