Module Sarif.Properties

module Properties: sig .. end

type tags = string list 
val tags_to_yojson : tags -> Yojson.Safe.t
val tags_of_yojson : Yojson.Safe.t -> tags Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> tags Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> tags Ppx_deriving_yojson_runtime.error_or
type t = {
   tags : tags;
   additional_properties : Sarif.Custom_properties.t;
}
val default : t
val create : Sarif.Custom_properties.t -> t
val of_yojson : [> `Assoc of (string * Yojson.Safe.t) list | `Null ] ->
(t, string) Stdlib.result
val to_yojson : t -> [> `Assoc of (string * Yojson.Safe.t) list | `Null ]