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

    Interface EveningAnalysisValidation

    Full validation result for an evening analysis article

    interface EveningAnalysisValidation {
    ย ย ย ย filepath: string;
    ย ย ย ย filename: string;
    ย ย ย ย structure: StructureValidation;
    ย ย ย ย analyticalDepth: number;
    ย ย ย ย historicalContext: number;
    ย ย ย ย internationalComparison: boolean;
    ย ย ย ย forwardLooking: boolean;
    ย ย ย ย partyPerspectives: number;
    ย ย ย ย sources: SourceValidation;
    ย ย ย ย totalWordCount: number;
    ย ย ย ย qualityScore: number;
    }
    Index

    Properties

    filepath: string
    filename: string
    analyticalDepth: number
    historicalContext: number
    internationalComparison: boolean
    forwardLooking: boolean
    partyPerspectives: number
    totalWordCount: number
    qualityScore: number