Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Aggregate report for one file: every block that failed plus the total parsed (so the caller can compute pass rates).

    interface MermaidFileReport {
    ย ย ย ย file: string;
    ย ย ย ย blocksTotal: number;
    ย ย ย ย violations: readonly MermaidFileViolation[];
    }
    Index
    file: string
    blocksTotal: number
    violations: readonly MermaidFileViolation[]