Patch operation
A single change that needs to be made to a resource
opstringrequired
The change to perform
Possible values: [ADD, REPLACE, REMOVE, MOVE]
pathstringrequired
The field to perform the operation on
fromstring
The field from where a value should be moved, when using move
valueobject
The value of the field, can be null
Patch operation
{
"op": "ADD",
"path": "string",
"from": "string",
"value": {}
}