Skip to content
Settings

EntityUpdatePayload

Schema definition for EntityUpdatePayload

EntityUpdatePayload

entityIdstringrequired
ID of the entity.
dataanyrequired
Entity payload data.
transitionstring
Transition to use for update.

This schema defines the structure and validation rules for EntityUpdatePayload.

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

See other schemas in the entity category.