Describes a single operation to execute as part of a JSON patch.
Name | Required? | Type | Nullable? | Summary |
---|---|---|---|---|
op | This field is required. | String | The name of the JSON patch operation being performed. | |
path | This field is required. | String | The JSON pointer to the field to update. This is required for all operations. | |
from | String | This field is nullable. |
The JSON pointer to the source field.
This is required for the copy and move operations.
|
|
value | Object | This field is nullable. |
The value to use for the operation.
This is required for add and replace operations.
|