aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/arrays.sd
blob: 72c91bdffcd3f377e6ebca32383a189cc2fc90d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Copyright 2016 Yahoo Inc. 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[] {
  }

}