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