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