EntityUpdatePayload
EntityUpdatePayload
Section titled “EntityUpdatePayload”Schema definition for EntityUpdatePayload
Schema Viewer
Section titled “Schema Viewer”EntityUpdatePayload
entityIdstringrequired
ID of the entity.
dataanyrequired
Entity payload data.
transitionstring
Transition to use for update.
Description
Section titled “Description”This schema defines the structure and validation rules for EntityUpdatePayload.
Properties
Section titled “Properties”- entityId (string, required): ID of the entity.
- data (any, required): Entity payload data.
- transition (string): Transition to use for update.
Related Schemas
Section titled “Related Schemas”See other schemas in the entity category.