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

    One section in the aggregated document.

    interface ArtifactSection {
        id: string;
        title: string;
        artifacts: readonly string[];
    }
    Index

    Properties

    Properties

    id: string

    Stable id used for HTML anchors (lowercase-kebab).

    title: string

    English section title (other languages come from translated MD).

    artifacts: readonly string[]

    Ordered list of artifact paths relative to the run dir. May contain either exact file paths (e.g. intelligence/synthesis-summary.md) or directory prefixes ending with / (e.g. threat-assessment/) to include every remaining .md under that folder in lexical order.