summaryrefslogtreecommitdiffstats
path: root/config-lib/src/test/resources/configdefinitions/datastructures.def
blob: 648fe5690208de1109f2df9561e46c6ffd54b640 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=test

date[] string

stock[].ticker string
stock[].type enum { COMMON, ETF, ETC } default=COMMON
stock[].volume[] int

basicstruct.foo string default="foo"
basicstruct.bar int default=0