aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/declstruct/bar.sd
blob: feb265599aae9c561d0b6c1282badc77107e5165 (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 bar {
    document bar inherits common {
        struct mystructinbar {
            field f2 type string { }
        }
    }
}