Module SarifType.ReportingDescriptor

type t = {
  1. ruleId : string;
  2. ruleName : string;
  3. helpUri : string;
  4. help : Message.t;
  5. shortDescription : Message.t;
  6. fullDescription : Message.t;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t