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

    A single contract violation reported by the validator.

    interface ValidationIssue {
    ย ย ย ย severity: "error" | "warning";
    ย ย ย ย rule: string;
    ย ย ย ย message: string;
    }
    Index
    severity: "error" | "warning"
    rule: string
    message: string