diff options
Diffstat (limited to 'common/domain/calendar.fbs')
-rw-r--r-- | common/domain/calendar.fbs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/common/domain/calendar.fbs b/common/domain/calendar.fbs new file mode 100644 index 0000000..9788539 --- /dev/null +++ b/common/domain/calendar.fbs | |||
@@ -0,0 +1,8 @@ | |||
1 | namespace Sink.ApplicationDomain.Buffer; | ||
2 | |||
3 | table Calendar { | ||
4 | name:string; | ||
5 | } | ||
6 | |||
7 | root_type Calendar; | ||
8 | file_identifier "AKFB"; | ||