aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/annotationsreference2/annotationsreference2.sd
blob: f91e25a25631184187ac6cd4a241b6337bd60b29 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright Yahoo. 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>> { }
        }
    }
}