Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface BreakingNewsValidation

    Validation result for a breaking news article

    interface BreakingNewsValidation {
        hasBreakingEvent: boolean;
        hasMinimumSources: boolean;
        hasTimeliness: boolean;
        hasImpactAnalysis: boolean;
        passed: boolean;
    }
    Index

    Properties

    hasBreakingEvent: boolean
    hasMinimumSources: boolean
    hasTimeliness: boolean
    hasImpactAnalysis: boolean
    passed: boolean