A compliance review request represents a single CMS compliance action a user submitted for review: creating, updating, unpublishing, or deleting a CMS data item.
It isn't persisted and can't be queried. It exists only as the payload of the
ReviewRequested event, emitted when a user submits a compliance action.
Published (live) version of the data item: what is stored right now and is subject to change.
Returned for UPDATE and UNPUBLISH actions. Absent for CREATE, when nothing is live yet.
Compliance review request ID. Matches the _id of the submitted data item.
Draft version of the data item: the change that takes effect once approved.
Returned for CREATE and UPDATE actions. Absent for UNPUBLISH, when nothing is being drafted.
Date and time the action was submitted.
ID of the account the action was submitted under.
ID of the user who submitted the action.