# PatchOperation
## Properties
**op** | **String** | Type of JSON Patch operation. Supported JSON Patch operations include add, replace, and delete. See <https://tools.ietf.org/html/rfc6902>. |
**path** | **String** | JSON Pointer path of the element to patch. See <https://tools.ietf.org/html/rfc6902>. |
**value** | Option<[**Vec<std::collections::HashMap<String, serde_json::Value>>**](std::collections::HashMap.md)> | JSON value to add, replace, or delete. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)