diff options
Diffstat (limited to 'common/sample.fbs')
-rw-r--r-- | common/sample.fbs | 9 |
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 @@ | |||
1 | namespace Sink; | ||
2 | |||
3 | table Sample { | ||
4 | periodStart: string; | ||
5 | periodEnd: string; | ||
6 | reference: string; | ||
7 | } | ||
8 | |||
9 | root_type Sample; | ||