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

    Interface ValidationIssue

    A single validation issue found in an artifact during Stage C analysis.

    interface ValidationIssue {
        artifactPath: string;
        code: string;
        severity: IssueSeverity;
    }
    Index

    Properties

    artifactPath: string

    The artifact-relative path where the issue was found.

    code: string

    Human-readable issue description (e.g. 'mermaid:missing', 'short:42<80').

    severity: IssueSeverity

    Whether this issue blocks the gate (error) or is advisory (warning).