summaryrefslogtreecommitdiffstats
path: root/common/sample.fbs
blob: dbd0e03c020f7185b161fd02201e82246b8181c9 (plain)
1
2
3
4
5
6
7
8
9
namespace Sink;

table Sample {
    periodStart: string;
    periodEnd: string;
    reference: string;
}

root_type Sample;