aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/annotationsreference2/annotationsreference2.sd
blob: 2c9f6fb2341a0b31e9a56bd59b1a5c9e2bd522b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
schema annotationreference2 {
    document annotationreference2 {
        annotation foo { }
        annotation bar {
            field baz type array<annotationreference<foo>> { }
        }
    }
}