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

    Aggregate result from running all gate checks.

    interface GateValidationResult {
    ย ย ย ย passed: boolean;
    ย ย ย ย checks: readonly GateCheckResult[];
    ย ย ย ย failureCount: number;
    }
    Index
    passed: boolean

    Whether all checks passed.

    checks: readonly GateCheckResult[]

    Individual check results.

    failureCount: number

    Count of failures.