Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.54
    Preparing search index...

    Interface BatchValidationResult

    Aggregated results from a batch of article validations

    interface BatchValidationResult {
    ย ย ย ย total: number;
    ย ย ย ย passed: number;
    ย ย ย ย failed: number;
    ย ย ย ย avgScore: number;
    ย ย ย ย passRate: number;
    ย ย ย ย details: CrossRefValidationResult[];
    }
    Index

    Properties

    total: number
    passed: number
    failed: number
    avgScore: number
    passRate: number