# PatchOperation ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **op** | **String** | | **from** | **String** | The JSON Pointer path you would like to move/copy from | **path** | **String** | The JSON Pointer Path you want to add or replace | **value** | [**serde_json::Value**](.md) | the value to add or replace | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)