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

    One violation entry. Stable shape โ€” CSV writer + PRs 3/4/5 depend on these field names.

    interface ContractViolation {
    ย ย ย ย code: string;
    ย ย ย ย field: "title" | "description";
    ย ย ย ย message: string;
    ย ย ย ย value: string;
    }
    Index
    code: string

    Stable machine-readable code (see module JSDoc table).

    field: "title" | "description"

    Which field the violation applies to.

    message: string

    Human-readable diagnostic, safe for CSV escaping.

    value: string

    Observed offending value (may be empty for TITLE_EMPTY etc.).