Per-DataModel entry in ModelConverterInspectionReport. DataModel inspection is validation-only, so there is no fix/re-inspect.

interface ModelConverterDataInspectionReportEntry {
    dataModel: string;
    durationMs: number;
    report: inspect.dataModel.InspectionReportJson;
}

Properties

dataModel: string

DataModel id.

durationMs: number

Wall-clock time for this DataModel's inspection, in ms.

Inspection report (JSON-shape).