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

0001 namespace Sink.Commands;
0002 
0003 table Inspection {
0004     id: string;
0005     type: int;
0006     entityId: string;
0007     domainType: string;
0008     property: string;
0009     expectedValue: string;
0010 }
0011 
0012 root_type Inspection;