sig
  type tags = string list
  type t = {
    tags : Sarif.Properties.tags;
    additional_properties : Sarif.Custom_properties.t;
  }
  val of_yojson :
    Yojson.Safe.t -> Sarif.Properties.t Ppx_deriving_yojson_runtime.error_or
  val create : Sarif.Custom_properties.t -> Sarif.Properties.t
  val default : Sarif.Properties.t
end