Represents a specification report.

Hierarchy

  • ReportData

Properties

dateCompleted: string

The date that the specification was completed in ISO format.

dateStarted: string

The date that the specification was started in ISO format.

errorCount: number

The total count of error entries in the report.

id: string

The identifier of the report.

informationCount: number

The total count of information entries in the report.

path: string

The file path of the report.

title: string

The title of the report.

warningCount: number

The total count of warning entries in the report.