summaryrefslogtreecommitdiffstats
path: root/common/domain/calendar.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/calendar.fbs')
-rw-r--r--common/domain/calendar.fbs8
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 @@
1namespace Sink.ApplicationDomain.Buffer;
2
3table Calendar {
4 name:string;
5}
6
7root_type Calendar;
8file_identifier "AKFB";