summaryrefslogtreecommitdiffstats
path: root/common/sample.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/sample.fbs')
-rw-r--r--common/sample.fbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/sample.fbs b/common/sample.fbs
new file mode 100644
index 0000000..dbd0e03
--- /dev/null
+++ b/common/sample.fbs
@@ -0,0 +1,9 @@
1namespace Sink;
2
3table Sample {
4 periodStart: string;
5 periodEnd: string;
6 reference: string;
7}
8
9root_type Sample;