SarifType.Result
type t = {
ruleId : string;
kind : string;
level : string;
message : Message.t;
locations : Location.t list;
relatedLocations : Location.t list;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t