EU Parliament Monitor - API Documentation - v0.7.1
    Preparing search index...

    Interface ArticleValidationResult

    Result of article HTML validation

    interface ArticleValidationResult {
        valid: boolean;
        errors: readonly string[];
    }
    Index

    Properties

    Properties

    valid: boolean

    Whether the article passes all structural checks

    errors: readonly string[]

    List of missing elements