Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Validation diagnostics for a single artifact or the folder as a whole.

    interface ValidationDiagnostic {
    ย ย ย ย level: "error" | "warning" | "info";
    ย ย ย ย message: string;
    ย ย ย ย file?: string;
    }
    Index
    level: "error" | "warning" | "info"
    message: string
    file?: string