Name | Type | Description | Notes |
---|---|---|---|
op | str | The type of operation to perform | |
path | str | A JSON Pointer string specifying the part of the document to operate on | |
value | bool, date, datetime, dict, float, int, list, str, none_type | A JSON value used in "add", "replace", and "test" operations | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |