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

    One curated entry for a methodology / template / reference file.

    interface CuratedDescription {
        title?: string;
        titleI18n?: Partial<Record<LanguageCode, string>>;
        description: string;
        i18n?: Partial<Record<LanguageCode, string>>;
    }
    Index

    Properties

    title?: string

    Canonical English title shown on the card heading and used as the fallback when a language-specific title is not provided.

    Leave empty to keep the H1-extracted title from the source Markdown file (useful for files whose H1 already reads well as a card title).

    titleI18n?: Partial<Record<LanguageCode, string>>

    Optional per-language title overrides. English fallback (or the curated title field) is used for missing keys.

    description: string

    Canonical English description.

    i18n?: Partial<Record<LanguageCode, string>>

    Optional per-language description overrides. English fallback is used for missing keys.