1include "fcp/tracing/tracing_schema_common.fbs"; 2 3table DeprecatedInt (tag: "DEPI") { 4 field1: int32 (deprecated); 5 field2: int32; 6} 7 8table DeprecatedString (tag: "DEPS") { 9 field1: string (deprecated); 10 field2: int32; 11}