# JsonPatchEntry

### object

#### openumRequired

### Operation

Allowed values: add, remove, replace

### stringReplace

### numberReplace

- **path** string **Required**

### Path

### search string

- **string Optional**

Search string for 'stringReplace' and 'numberReplace' operations.

- 'numberReplace' replaces with JSON number type but only when the search string matches the entire value. I.e "audio_pid" would be replaced with 50, not "50".

### value

- any [AnyValue](https://docs.mediakind.com/api-reference/media-api/schemas/anyvalue) Optional

Value
