---
id: v1-json-patch-operation
title: JsonPatchOperation
pagination_label: JsonPatchOperation
sidebar_label: JsonPatchOperation
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'JsonPatchOperation', 'v1JsonPatchOperation']
slug: /tools/sdk/typescript/connectors/models/json-patch-operation
tags: ['SDK', 'Software Development Kit', 'JsonPatchOperation', 'v1JsonPatchOperation']
---

# JsonPatchOperation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**op** | `string` | The operation to be performed | [default to undefined]
**path** | `string` | A string JSON Pointer representing the target path to an element to be affected by the operation | [default to undefined]
**value** | **(optional)** `JsonPatchOperationValue` |  | [default to undefined]

