Type of JSON Patch operation. Supported JSON Patch operations include add, replace, and delete. See https://tools.ietf.org/html/rfc6902.
JSON Pointer path of the element to patch. See https://tools.ietf.org/html/rfc6902.
Optional
valueJSON value to add, replace, or delete.
Individual JSON Patch operation for an HTTP PATCH request.
Export
PatchOperation