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