aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritfromgrandparent/grandparent.sd
blob: 0729dd2bc3d389a4b4e7bf06fe0454e00191201e (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema grandparent {
    document grandparent {
        struct grandparent_struct {
            field grandparent_field type string { }
        }
    }
}