OptionalbyOne entry per inspected DataModel, keyed by DataModel id. Present when the conversion produced DataModels.
One entry per inspected SceneModel, keyed by SceneModel id.
Aggregate counts across every inspected SceneModel — handy for at-a-glance "did this conversion produce a clean model?" in CI logs.
Input/output file sizes, surfaced from the converter result. outputs is
empty for validate-only runs (no exporter). totalBytes is the summed
fileDataSizeBytes on each side.
ISO timestamp when the report was generated.
Pipeline id from the converter result.
JSON-ready report produced by createInspectionReport. Top-level shape mirrors the other reporters (ModelConverterStatsReport, ModelConverterManifestReport) so the CLI's
--<reporterId> <file>flag pattern keeps working without special-casing.