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

    Interface StructureValidation

    Structural completeness result for an evening analysis article

    interface StructureValidation {
    ย ย ย ย hasLeadParagraph: boolean;
    ย ย ย ย hasParliamentaryPulse: boolean;
    ย ย ย ย hasGovernmentWatch: boolean;
    ย ย ย ย hasOppositionDynamics: boolean;
    ย ย ย ย hasLookingAhead: boolean;
    ย ย ย ย wordCounts: SectionWordCounts;
    ย ย ย ย meetsMinimumLength: boolean;
    ย ย ย ย hasAllPillars: boolean;
    }
    Index

    Properties

    hasLeadParagraph: boolean
    hasParliamentaryPulse: boolean
    hasGovernmentWatch: boolean
    hasOppositionDynamics: boolean
    hasLookingAhead: boolean
    wordCounts: SectionWordCounts
    meetsMinimumLength: boolean
    hasAllPillars: boolean