learn-content-engine - v0.13.1
    Preparing search index...

    Interface ValidationIssue

    One validation problem: a JSON-pointer-ish path, a human-readable reason, a stable rule id, its severity, and a docAnchor into the docs.

    interface ValidationIssue {
        docAnchor: string;
        id: string;
        message: string;
        path: string;
        severity: ValidationSeverity;
    }
    Index
    docAnchor: string
    id: string
    message: string
    path: string