aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritfromgrandparent/child.sd
blob: b6859e8444274f50723fd808edf369ace71b451c (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.
schema child {
    document child inherits parent {
        field child_field type grandparent_struct { }
    }
}