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

    Aggregated validation report for one methodology-reflection.md file.

    interface ValidationReport {
    ย ย ย ย file: string;
    ย ย ย ย bytes: number;
    ย ย ย ย minBytes: number;
    ย ย ย ย isTierC: boolean;
    ย ย ย ย issues: readonly ValidationIssue[];
    ย ย ย ย ok: boolean;
    }
    Index
    file: string
    bytes: number
    minBytes: number
    isTierC: boolean
    issues: readonly ValidationIssue[]
    ok: boolean

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