# JsonPatchEntry

## Object

### openumRequired

#### Operation
Allowed values:  
- add  
- remove  
- replace  
- stringReplace  
- numberReplace

### pathstringRequired

#### Path

### searchstringOptional

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".

### valueany  
[AnyValue](https://docs.mediakind.com/api-reference/management-api/schemas/anyvalue) Optional

Value
