Module Sarif

module Sarif: sig .. end
OCaml representation for the sarif 2.0 schema.

module type Json_type = sig .. end
module Json_dictionary: 
functor (J : Json_type-> sig .. end
module Uri: sig .. end
module Version: sig .. end
module Message: sig .. end
module FileLocation: sig .. end
module FileContent: sig .. end
module Region: sig .. end
module Rectangle: sig .. end
module Custom_properties: Json_dictionary(sig
type t = Yojson.Safe.t 
val of_yojson : 'a -> ('a, 'b) Pervasives.result
val to_yojson : 'a -> 'a
end)
module Properties: sig .. end
module PhysicalLocation: sig .. end
module Location: sig .. end
module StackFrame: sig .. end
module Stack: sig .. end
module Additional_properties: sig .. end
module Stl_importance: sig .. end
module ThreadFlowLocation: sig .. end
module ThreadFlow: sig .. end
module Attachment: sig .. end
module CodeFlow: sig .. end
module Sarif_exception: sig .. end
module Notification_kind: sig .. end
module Notification: sig .. end
module Tool: sig .. end
module Invocation: sig .. end
module Conversion: sig .. end
module Edge: sig .. end
module Node: sig .. end
module Edge_traversal: sig .. end
module Role: sig .. end
module Hash: sig .. end
module Graph: sig .. end
module Graph_dictionary: Json_dictionary(Graph)
module GraphTraversal: sig .. end
module Replacement: sig .. end
module File: sig .. end
module FileChange: sig .. end
module Fix: sig .. end
module ExternalFiles: sig .. end
module LogicalLocation: sig .. end
module RuleConfigLevel: sig .. end
module RuleConfiguration: sig .. end
module Rule: sig .. end
module Rule_dictionary: Json_dictionary(Rule)
module Resources: sig .. end
module Result_level: sig .. end
module Result_suppressionState: sig .. end
module Result_baselineState: sig .. end
module Sarif_result: sig .. end
module VersionControlDetails: sig .. end
module File_dictionary: Json_dictionary(File)
module LogicalLocation_dictionary: Json_dictionary(LogicalLocation)
module ColumnKind: sig .. end
module Run: sig .. end
module Schema: sig .. end