Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...
    interface CheckResult {
    ย ย ย ย check: string;
    ย ย ย ย passed: boolean;
    ย ย ย ย detail?: string;
    }
    Index
    check: string

    Identifier of the check (e.g. headings, tables, urls).

    passed: boolean

    Did the check pass?

    detail?: string

    Optional human-readable detail used in the report.