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

0001 namespace Sink;
0002 
0003 table Entity {
0004     metadata: [ubyte];
0005     resource: [ubyte];
0006     local: [ubyte];
0007 }
0008 
0009 root_type Entity;