sig
  type t = {
    graphId : string;
    description : Sarif.Message.t;
    initialState : Sarif.Additional_properties.t;
    edgeTraversals : Sarif.Edge_traversal.t list;
    properties : Sarif.Properties.t;
  }
  val to_yojson : Sarif.GraphTraversal.t -> Yojson.Safe.t
  val of_yojson :
    Yojson.Safe.t ->
    Sarif.GraphTraversal.t Ppx_deriving_yojson_runtime.error_or
end