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

    Interface ResolveMetadataOptions

    interface ResolveMetadataOptions {
        articleType: string;
        date: string;
        markdown: string;
        manifest?: MetadataManifest;
        runDir?: string;
    }
    Index

    Properties

    articleType: string

    Article type slug (e.g. breaking, motions, week-ahead).

    date: string

    ISO date of the run (YYYY-MM-DD).

    markdown: string

    Aggregated Markdown document body (after provenance/header).

    manifest?: MetadataManifest

    Parsed analysis manifest (may be empty for legacy/backport callers).

    runDir?: string

    Absolute path to the analysis run directory so the resolver can peek at individual artefact files. Omit for callers that only have the aggregated Markdown (the artefact-H1 tier is then skipped).