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

    Raw manifest subset consumed by the resolver. Deliberately narrower than the full Manifest shape (see ../manifest/types.ts) 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 the committee-reports template when the template fallback fires.