﻿# EntityPatchRequest

Schema definition for EntityPatchRequest

# EntityPatchRequest

Schema definition for EntityPatchRequest

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="EntityPatchRequest"
  category="entity"
  client:load
/>

## Description

This schema defines the structure and validation rules for EntityPatchRequest.

## Properties

- **patchFormat** (object, required): 
- **payload** (object, required): Data payload containing the entity id and patch.
- **transactionTimeoutMs** (integer): Indicates the timeout of transaction for transactional save.

## Related Schemas

See other schemas in the [entity](/reference/schemas/entity/) category.