aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/arrays.sd
blob: 51a8e1af6c949739fb6bd0ce739c6d52a0d12889 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
document testarrays {

  field tags type string[] {
  }

  field ratings type int[] {
  }

}