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

    Raw manifest subset consumed by the resolver. Deliberately narrower than the full AnalysisManifest shape so the resolver stays usable for backport (which only has the manifest in text form) and for callers that don't need the full typed structure.

    interface MetadataManifest {
        articleType?: string;
        date?: string;
        runId?: string;
        title?: string | Partial<Record<LanguageCode, string>>;
        description?: string | Partial<Record<LanguageCode, string>>;
        committee?: string;
    }
    Index

    Properties

    articleType?: string
    date?: string
    runId?: string
    title?: string | Partial<Record<LanguageCode, string>>

    Optional editorial-title override. string is applied to every language; an object allows explicit per-language overrides.

    description?: string | Partial<Record<LanguageCode, string>>

    Optional editorial-description override. Same shape rules as title.

    committee?: string

    Optional committee code (e.g. ENVI) used by COMMITTEE_REPORTS_TITLES when the template fallback fires.