sig
  type t = {
    artifactLocation : Sarif.ArtifactLocation.t;
    replacements : Sarif.Replacement.t list;
  }
  val to_yojson : Sarif.FileChange.t -> Yojson.Safe.t
  val of_yojson :
    Yojson.Safe.t -> Sarif.FileChange.t Ppx_deriving_yojson_runtime.error_or
  val _ :
    Yojson.Safe.t -> Sarif.FileChange.t Ppx_deriving_yojson_runtime.error_or
end