aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritfromgrandparent/child.sd
blob: 891a92323b1957b88f3b0b30ab20c74ef910c4e6 (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 grandparent_struct { }
    }
}