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

    Metadata record written to analysis-output/{date}/manifest.json. Describes a single analysis run: when it ran, which article types were analysed, and which analytical methods were applied.

    interface AnalysisRunManifest {
        runDate: string;
        frameworkVersion: string;
        articleTypes: readonly ArticleCategory[];
        methodsUsed: readonly ClassificationMethod[];
        completedAt: string;
    }
    Index

    Properties

    runDate: string

    ISO 8601 timestamp of when this analysis run started

    frameworkVersion: string

    Semantic version of the classification framework used

    articleTypes: readonly ArticleCategory[]

    Article types included in this run

    methodsUsed: readonly ClassificationMethod[]

    Analytical methods applied during this run

    completedAt: string

    ISO 8601 timestamp of when this analysis run completed