sig
type t = {
name : string;
index : int;
guid : string;
properties : Sarif.Properties.t;
}
val to_yojson : Sarif.ToolComponentReference.t -> Yojson.Safe.t
val of_yojson :
Yojson.Safe.t ->
Sarif.ToolComponentReference.t Ppx_deriving_yojson_runtime.error_or
val create :
?name:string ->
?index:int ->
?guid:string ->
?properties:Sarif.Properties.t -> unit -> Sarif.ToolComponentReference.t
val default : Sarif.ToolComponentReference.t
end