Type of JSON Patch operation. Supported JSON Patch operations include add, replace, merge and delete. Refer to https://tools.ietf.org/html/rfc6902.
JSON Pointer path of the element to patch. Refer to JavaScript Object Notation (JSON) Patch for more information.
OptionalvalueJSON value to add, replace, merge or delete.
Individual JSON Patch operation for an HTTP PATCH request.