﻿# EntityUpdatePayload

Schema definition for EntityUpdatePayload

# EntityUpdatePayload

Schema definition for EntityUpdatePayload

## Schema Viewer

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

## Description

This schema defines the structure and validation rules for EntityUpdatePayload.

## Properties

- **data** (any, required): Entity payload data.
- **entityId** (string, required): ID of the entity.
- **transition** (string): Transition to use for update.

## Related Schemas

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