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

    Result of validating an analysis for completeness and depth.

    interface ValidationResult {
    ย ย ย ย passed: boolean;
    ย ย ย ย score: number;
    ย ย ย ย issues: string[];
    ย ย ย ย suggestions: string[];
    }
    Index

    Properties

    passed: boolean

    Whether the analysis meets the minimum quality threshold

    score: number

    Quality score (0-100)

    issues: string[]

    Specific issues found during validation

    suggestions: string[]

    Suggested improvements (informational, not blocking)