aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritfromparent/child.sd
blob: 055f998b8f0efde59280229c5abfe1998bafcd3c (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 parent_struct { }
    }
}