SarifType.SarifLog
type t = {
version : string;
schema : string;
runs : Run.t list;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t