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

    YAML frontmatter block written at the top of every analysis markdown file. Provides machine-readable metadata for downstream consumers.

    interface AnalysisFrontmatter {
        title: string;
        date: string;
        analysisType: ClassificationMethod;
        significance: PoliticalSignificance;
        confidence: ClassificationConfidence;
        methods: readonly ClassificationMethod[];
        articleTypes: readonly ArticleCategory[];
    }
    Index

    Properties

    title: string

    Human-readable title of this analysis document

    date: string

    ISO date of the analysis (YYYY-MM-DD)

    analysisType: ClassificationMethod

    Classification method that produced this document

    significance: PoliticalSignificance

    Overall political significance of the subject

    Confidence in the overall assessment

    methods: readonly ClassificationMethod[]

    Methods applied to produce this document

    articleTypes: readonly ArticleCategory[]

    Article types covered by this assessment