namespace Sink.ApplicationDomain.Buffer; table Contact { uid:string; fn:string; addressbook:string; emails: [string]; vcard: string; } root_type Contact; file_identifier "AKFB";