Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming of JSON Merge Patch Components #235

Closed
kennethmugo opened this issue Apr 9, 2024 · 0 comments · Fixed by #236
Closed

Naming of JSON Merge Patch Components #235

kennethmugo opened this issue Apr 9, 2024 · 0 comments · Fixed by #236
Assignees

Comments

@kennethmugo
Copy link
Contributor

According to RFC7386, JSON Merge Patch is the correct naming of merge patch operations. In the library the components used to achieve this functionality, however, are named in a manner that conveys the operations as JSON Patch Merge instead. For example JsonPatchMergeDocument should be JsonMergePatchDocument to be inline with the standard. This naming convention should be adjusted to be in line with the standard to avoid any confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants