Riksdagsmonitor Intelligence Platform - v0.7.19
    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.