Warning, /pim/sink/common/domain/addressbook.fbs is written in an unsupported language. File is not indexed.

0001 namespace Sink.ApplicationDomain.Buffer;
0002 
0003 table Addressbook {
0004   name:string;
0005   parent:string;
0006   enabled:bool = true;
0007 }
0008 
0009 root_type Addressbook;
0010 file_identifier "AKFB";