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

    Result of readManifest. The path is always set; manifest carries the parsed JSON when the file exists and is valid, otherwise null (silent failure — the aggregator falls back to articleType: 'unknown' and discovery-based file lists in that case, matching the pre-refactor behaviour).

    interface ReadManifestResult {
        path: string;
        manifest: Manifest | null;
    }
    Index

    Properties

    Properties

    path: string

    Absolute path of the manifest file (whether or not it exists).

    manifest: Manifest | null

    Parsed manifest, or null if missing / unreadable / malformed.