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

    Interface EPAPIValidationSummary

    Overall validation summary for a batch of committee checks

    interface EPAPIValidationSummary {
        timestamp: string;
        apiBase: string;
        totalChecked: number;
        totalPassed: number;
        totalFailed: number;
        results: CommitteeValidationResult[];
        allValid: boolean;
    }
    Index

    Properties

    timestamp: string

    ISO 8601 timestamp when validation was performed

    apiBase: string

    Base URL of the EP API that was validated

    totalChecked: number

    Number of committees checked

    totalPassed: number

    Number of committees that returned valid data

    totalFailed: number

    Number of committees that failed validation

    Per-committee validation results

    allValid: boolean

    Whether all checked committees passed validation