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

    Gate check result for a single artifact or validation rule.

    interface GateCheckResult {
    ย ย ย ย checkId: string;
    ย ย ย ย passed: boolean;
    ย ย ย ย message: string;
    ย ย ย ย artifact?: string;
    }
    Index
    checkId: string

    Check identifier (e.g. 'artifact-existence', 'no-stubs').

    passed: boolean

    Whether the check passed.

    message: string

    Human-readable message (populated on failure).

    artifact?: string

    The artifact or file that failed (if applicable).