From bb624c5ec2ab2e13dedcba67fd60e3d2f03216d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Wed, 11 Jan 2017 13:06:55 +0100 Subject: Add Contact as new domain type --- common/domain/contact.fbs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/domain/contact.fbs (limited to 'common/domain/contact.fbs') diff --git a/common/domain/contact.fbs b/common/domain/contact.fbs new file mode 100644 index 0000000..34fb1d6 --- /dev/null +++ b/common/domain/contact.fbs @@ -0,0 +1,11 @@ +namespace Sink.ApplicationDomain.Buffer; + +table Contact { + uid:string; + fn:string; + emails: [string]; + vcard: string; +} + +root_type Contact; +file_identifier "AKFB"; -- cgit v1.2.3