summaryrefslogtreecommitdiffstats
path: root/config/src/test/resources/configs/def-files/datastructures.def
blob: 52bd9ca965a74305e7543c8235e373ecbdf400e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2017 Yahoo Holdings. 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