sig
type t = {
conversion : Sarif.ArtifactLocation.t;
files : Sarif.ArtifactLocation.t;
graphs : Sarif.ArtifactLocation.t;
invocations : Sarif.ArtifactLocation.t list;
logicalLocations : Sarif.ArtifactLocation.t;
resources : Sarif.ArtifactLocation.t;
results : Sarif.ArtifactLocation.t;
}
val to_yojson : Sarif.ExternalFiles.t -> Yojson.Safe.t
val of_yojson :
Yojson.Safe.t ->
Sarif.ExternalFiles.t Ppx_deriving_yojson_runtime.error_or
val _ :
Yojson.Safe.t ->
Sarif.ExternalFiles.t Ppx_deriving_yojson_runtime.error_or
end