Per-code aggregation in InspectionReportJson.byCode.

interface CodeAggregateJson {
    count: number;
    label: string;
    severity: inspect.sceneModel.IssueSeverity;
}

Properties

Properties

count: number
label: string

Friendly label from labelForCode. Equal to code when no label is registered.

Severity all issues with this code share (codes don't mix severities).