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

    Result of checkAgainstContract.

    interface ContractResult {
    ย ย ย ย ok: boolean;
    ย ย ย ย violations: readonly ContractViolation[];
    ย ย ย ย window: LangWindow;
    }
    Index
    ok: boolean
    violations: readonly ContractViolation[]
    window: LangWindow

    The language window actually used (helpful for diagnostics).