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

    Interface CrossRefValidationResult

    Validation result for a single article's MCP source coverage

    interface CrossRefValidationResult {
    ย ย ย ย articleType: string;
    ย ย ย ย requiredTools: string[];
    ย ย ย ย usedTools: string[];
    ย ย ย ย missingTools: string[];
    ย ย ย ย extraTools: string[];
    ย ย ย ย crossReferencesInText: string[];
    ย ย ย ย sourceCount: number;
    ย ย ย ย hasMinimumSources: boolean;
    ย ย ย ย allRequiredToolsUsed: boolean;
    ย ย ย ย hasCrossReferencesInText: boolean;
    ย ย ย ย passed: boolean;
    ย ย ย ย score: number;
    }
    Index

    Properties

    articleType: string
    requiredTools: string[]
    usedTools: string[]
    missingTools: string[]
    extraTools: string[]
    crossReferencesInText: string[]
    sourceCount: number
    hasMinimumSources: boolean
    allRequiredToolsUsed: boolean
    hasCrossReferencesInText: boolean
    passed: boolean
    score: number