@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Type Alias PatchEntry

    PatchEntry:
        | { op: PatchOp; path: string; value?: unknown }
        | Record<string, unknown>

    A patch entry. Either the verbose form { path, op, value? } or the shorthand single-key object { "<path>": value } (which means set).

    path addresses the bit JSON directly (e.g. id, cards[2].question.instruction, id[-1]). To modify bitmark, convert to JSON, patch, then convert back — transform does this when the output format is bitmark.