sig
  type t = Text of string | Binary of string
  val to_yojson : Sarif.FileContent.t -> Yojson.Safe.t
  val of_yojson :
    Yojson.Safe.t -> Sarif.FileContent.t Ppx_deriving_yojson_runtime.error_or
  val _ :
    Yojson.Safe.t -> Sarif.FileContent.t Ppx_deriving_yojson_runtime.error_or
  val default : Sarif.FileContent.t
end