Represents a specification report in JSON format.

Hierarchy

  • ReportJsonData

Properties

processes: ReportProcessEntry[]

An array of report process entries.

title: string

The title of the report.

totalErrorEntries: number

The total amount of error entries in the report.

totalNormalEntries: number

The total amount of normal entries in the report.

totalReportTime: string

The total time that the report ran.

totalWarningEntries: number

The total amount of warning entries in the report.