@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface SchemaIssue

    One validation problem, optionally located within the value.

    interface SchemaIssue {
        message: string;
        path?: readonly (PropertyKey | SchemaPathSegment)[];
    }
    Index
    message: string
    path?: readonly (PropertyKey | SchemaPathSegment)[]

    Spec shape: each segment is a raw key or an object carrying one.