# JSON Patch review checklist

- Keep the exact before document beside the patch proposal.
- Resolve every JSON Pointer against the expected target document.
- Review add, replace and remove intent separately.
- Confirm the before and after value at every changed pointer.
- Block a patch when a target pointer is missing or points to the wrong value.
- Treat valid patch syntax as a proposal, not permission to apply it.
