## PatchOperation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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** | **object[]** | JSON value to add, replace, or delete. | [optional]

[[ListingsV20200901 Models]](../) [[API list]](../../Api) [[README]](../../../README.md)
