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: * add: TODO * remove: TODO * replace: TODO * move: TODO * copy: TODO * test: TODO

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