aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/position_array/position_array.sd
blob: 36c738fb8d2e56479f53a96cc499c574572614c1 (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 position_array {
    document position_array {
        field pos type array<position> {
            indexing: attribute
        }
    }
}