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

    Aggregated validation report for one manifest.

    interface ValidationReport {
    ย ย ย ย file: string;
    ย ย ย ย rows: readonly MCPReliabilityRow[];
    ย ย ย ย issues: readonly ValidationIssue[];
    ย ย ย ย ok: boolean;
    }
    Index
    file: string
    rows: readonly MCPReliabilityRow[]
    issues: readonly ValidationIssue[]
    ok: boolean

    True when no severity: 'error' issues are present.