# `Parapet.Operator.ActionPayload`
[🔗](https://github.com/szTheory/parapet/blob/v1.0.0/lib/parapet/operator/action_payload.ex#L1)

Shared action payload contract for operator commands.
Ensures that every mutating operator command provides mandatory
audit metadata (actor, reason, correlation_id) and distinguishes
between immutable factual actions and lightweight narrative edits.

> #### Experimental {: .warning}
>
> This module is **experimental** in v1.x. Its API may change in a minor release with a
> single-version notice in CHANGELOG.md. See
> [Stability & Deprecation Policy](stability.html) for details.

# `changeset`

Builds and validates an action payload changeset.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
