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

    Result of a schema validation check

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

    Properties

    Properties

    valid: boolean

    Whether the response passed all checks

    errors: string[]

    Human-readable list of validation failures (empty when valid is true)