sig
  type t = {
    top : float;
    left : float;
    bottom : float;
    right : float;
    message : Sarif.Message.t;
  }
  val to_yojson : Sarif.Rectangle.t -> Yojson.Safe.t
  val of_yojson :
    Yojson.Safe.t -> Sarif.Rectangle.t Ppx_deriving_yojson_runtime.error_or
  val _ :
    Yojson.Safe.t -> Sarif.Rectangle.t Ppx_deriving_yojson_runtime.error_or
end