Perforce · Schema

Review

A code review in Helix Swarm, representing a set of changes under review with participants, votes, and state.

Properties

Name Type Description
id integer The unique review identifier.
author string The username of the review author.
changes array List of changelist IDs associated with the review.
commits array List of committed changelist IDs.
commitStatus array Status of commit operations.
created integer Unix timestamp when the review was created.
deployDetails array Deploy configuration details.
deployStatus string The current deploy status.
description string The review description.
groups array Reviewer groups assigned to the review.
participants object Map of participant usernames to their participation details including votes and required status.
pending boolean Whether the review has a pending changelist.
projects object Map of project IDs to affected branch names.
roles object Map of roles to lists of usernames.
state string The current state of the review.
stateLabel string A display-friendly label for the current state.
testDetails array Details of test runs.
testStatus string The overall test status.
type string The review type (default or personal).
updated integer Unix timestamp when the review was last updated.
updateDate string ISO 8601 formatted date when the review was last updated.
versions array List of review version objects.
View JSON Schema on GitHub