JsonPatch
A JSONPatch document as defined by RFC 6902
| Field | Required | Nullable | Type | Description | Constraints | Example |
|---|---|---|---|---|---|---|
|
Yes |
No |
|
The operation to be performed: * add: TODO * remove: TODO * replace: TODO * move: TODO * copy: TODO * test: TODO |
values |
add |
|
Yes |
No |
|
A JSON-Pointer |
/productOrderItem/0/product/terminationDate |
|
|
No |
Yes |
|
|||
|
No |
No |
|
A string containing a JSON Pointer value. |
/productOrderItem/0/product/terminationDate |