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

    Data fetched and pre-processed by CommitteeReportsStrategy

    interface CommitteeReportsArticleData {
        date: string;
        analysisContext?: LoadedAnalysisContext | null;
        committeeDataList: readonly CommitteeData[];
        feedData?: EPFeedData;
    }

    Hierarchy (View Summary)

    Index

    Properties

    date: string

    ISO 8601 publication date (YYYY-MM-DD)

    analysisContext?: LoadedAnalysisContext | null

    Loaded analysis context from the analysis pipeline (when available)

    committeeDataList: readonly CommitteeData[]

    Resolved data for each featured committee

    feedData?: EPFeedData

    EP feed data for enrichment (when available)