﻿# EntityChangeMeta

Metadata about entity changes including transaction information and change type.

# EntityChangeMeta

Metadata about entity changes including transaction information and change type.

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="EntityChangeMeta"
  category="common"
  client:load
/>

## Description

Metadata about entity changes including transaction information and change type.

## Properties

- **changeType** (string, required): Type of change that was made to the entity.
- **fieldsChangedCount** (integer): Number of fields changed in the entity for this change.
- **timeOfChange** (string, required): Timestamp when the change occurred.
- **transactionId** (string): UUID of the transaction that made this change.
- **user** (string, required): User who made the change.

## Related Schemas

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