Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.35
    Preparing search index...

    Result of validating a single HTML article string.

    interface ArticleValidationResult {
    ย ย ย ย passed: boolean;
    ย ย ย ย passedChecks: string[];
    ย ย ย ย errors: string[];
    ย ย ย ย warnings: string[];
    }
    Index

    Properties

    passed: boolean

    true when the HTML passes all required checks.

    passedChecks: string[]

    Informational messages about checks that passed.

    errors: string[]

    Error messages for checks that failed (non-empty means passed = false).

    warnings: string[]

    Warning messages for checks that are advisory only.