sig
  type t = {
    displayBase : Sarif.ArtifactLocation.t;
    properties : Sarif.Properties.t;
  }
  val to_yojson : Sarif.SpecialLocations.t -> Yojson.Safe.t
  val of_yojson :
    Yojson.Safe.t ->
    Sarif.SpecialLocations.t Ppx_deriving_yojson_runtime.error_or
  val create :
    ?displayBase:Sarif.ArtifactLocation.t ->
    ?properties:Sarif.Properties.t -> unit -> Sarif.SpecialLocations.t
  val default : Sarif.SpecialLocations.t
end