data-cap
    Preparing search index...

    Interface IdentityWarning

    One array item that couldn't be reconciled by identity -- surfaced, never silently dropped.

    interface IdentityWarning {
        path: readonly string[];
        reason: IdentityWarningReason;
    }
    Index
    path: readonly string[]

    Path to the array field, then the item's index within it.

    Why this item couldn't be reconciled.