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

    Result of a file ownership validation check

    interface ValidationResult {
    ย ย ย ย passed: boolean;
    ย ย ย ย violations: string[];
    ย ย ย ย checkedCount: number;
    }
    Index
    passed: boolean

    Whether all pending files (staged + unstaged + untracked) pass ownership validation

    violations: string[]

    Files that violate the ownership contract

    checkedCount: number

    Total pending news HTML files checked