summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/inheritdiamond/child.sd
blob: 009849aefc9f9adb0adfd53042f06b7de62cb093 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
search child {
    document child inherits mother, father {
        struct child_struct {
            field child_field type string { }
        }
        field foo type grandparent_struct { }
        field bar type mother_struct { }
        field baz type father_struct { }
        field cox type child_struct { }
    }
}