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