sig
type t = {
text : string;
binary : string;
rendered : Sarif.MultiformatMessageString.t;
properties : Sarif.Properties.t;
}
val to_yojson : Sarif.ArtifactContent.t -> Yojson.Safe.t
val of_yojson :
Yojson.Safe.t ->
Sarif.ArtifactContent.t Ppx_deriving_yojson_runtime.error_or
val _ :
Yojson.Safe.t ->
Sarif.ArtifactContent.t Ppx_deriving_yojson_runtime.error_or
val create :
?text:string ->
?binary:string ->
?rendered:Sarif.MultiformatMessageString.t ->
?properties:Sarif.Properties.t -> unit -> Sarif.ArtifactContent.t
val default : Sarif.ArtifactContent.t
end