aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritfromgrandparent/parent.sd
blob: 57bebe0e6a59d82d4c3c89c682924d1af6d3444e (plain) (blame)
1
2
3
4
5
6
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema parent {
    document parent inherits grandparent {

    }
}