Name | Type | Description | Notes |
---|---|---|---|
op | str | Patch operation to perform, one of "add", "remove", "replace" | [optional] |
path | str | Path to the field to patch, example: "/color" | [optional] |
value | object | Value to set when operation is "add" or "replace", example: "#000000". The value type actually depends on the field being patched. | [optional] |