JsonPatch

A JSONPatch document as defined by RFC 6902

Field Required Nullable Type Description Constraints Example

op

Yes

No

String

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, remove, replace, move, copy, test

add

path

Yes

No

String

A JSON-Pointer

/productOrderItem/0/product/terminationDate

value

No

Yes

oas_any_type_not_mapped

from

No

No

String

A string containing a JSON Pointer value.

/productOrderItem/0/product/terminationDate