summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritfromparent/child.sd
blob: ea577d620b78e0f1dd4a56fb91332921d0d97f30 (plain) (blame)
1
2
3
4
5
6
# 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 child_field type parent_struct { }
    }
}