jsonPointerReplacePatchOn this pageReplacePatch Signature interface ReplacePatch<Value> extends BasePatch { op: typeof Operation.REPLACE; value: Value;}