diff --git a/types/analysis.go b/types/analysis.go index 5c5c776..f39cbe2 100644 --- a/types/analysis.go +++ b/types/analysis.go @@ -31,6 +31,9 @@ type ProcessedData struct { type Issue struct { IssueCode string `json:"issue_code"` IssueText string `json:"issue_text"` + IssueSource string `json:"issue_source"` + IssueCategory string `json:"issue_category"` + IssueSeverity string `json:"issue_severity"` Location Location `json:"location"` ProcessedData ProcessedData `json:"processed_data,omitempty"` Identifier string `json:"identifier"`