EU Parliament Monitor — API Documentation - v0.8.43
    Preparing search index...

    Raw manifest shape as committed by the analysis pipeline.

    interface AnalysisManifest {
        articleType: string;
        runId?: string;
        date?: string;
        analysisDir?: string;
        files?: ManifestFiles;
        history?: readonly ManifestHistoryEntry[];
    }
    Index

    Properties

    articleType: string
    runId?: string
    date?: string
    analysisDir?: string
    history?: readonly ManifestHistoryEntry[]