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