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

0001 namespace Sink.ApplicationDomain.Buffer;
0002 
0003 table Dummy {
0004   uid:string;
0005   summary:string;
0006   description:string;
0007   attachment:[ubyte];
0008 }
0009 
0010 root_type Dummy;
0011 file_identifier "AKFB";