Module Sarif.Properties

module Properties: sig .. end

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