JsonPatch
A JSONPatch document as defined by RFC 6902
| Field | Required | Nullable | Type | Description | Constraints | Example |
|---|---|---|---|---|---|---|
|
Yes |
No |
|
The operation to be performed:<ul> <li>*add*: TODO</li> <li>*remove*: TODO</li> <li>*replace*: TODO</li> <li>*move*: TODO</li> <li>*copy*: TODO</li> <li>*test*: TODO</li> </ul> |
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 |