aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritfromgrandparent/parent.sd
blob: 963e44799d98d0ed7d3d1a3ba3ca83cdf22310f4 (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 parent {
    document parent inherits grandparent {

    }
}