sig
  type t = {
    description : Sarif.Message.t;
    fileLocation : Sarif.FileLocation.t;
    regions : Sarif.Region.t list;
    rectangles : Sarif.Rectangle.t list;
  }
  val to_yojson : Sarif.Attachment.t -> Yojson.Safe.t
  val of_yojson :
    Yojson.Safe.t -> Sarif.Attachment.t Ppx_deriving_yojson_runtime.error_or
  val _ :
    Yojson.Safe.t -> Sarif.Attachment.t Ppx_deriving_yojson_runtime.error_or
end