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

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