Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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