This is not in release 1.13:
public final List<JsonPatchOperation> getOperations() { return operations; }
Is this coming in a future release? I would like to be able to access the list of JsonPatchOperations to perform some basic validation before applying the patch. Thanks.