aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/examples/music.sd
blob: 544eb37e7d85314cbb3c2d146885a2269cf2300f (plain) (blame)
1
2
3
4
5
6
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
  document music {
    field intfield type int {}
    field stringfield type string {}
    field longfield type long {}
  }