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. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Review",
"type": "object",
"description": "A code review in Helix Swarm, representing a set of changes under review with participants, votes, and state.",
"properties": {
"id": {
"type": "integer",
"description": "The unique review identifier."
},
"author": {
"type": "string",
"description": "The username of the review author."
},
"changes": {
"type": "array",
"description": "List of changelist IDs associated with the review."
},
"commits": {
"type": "array",
"description": "List of committed changelist IDs."
},
"commitStatus": {
"type": "array",
"description": "Status of commit operations."
},
"created": {
"type": "integer",
"description": "Unix timestamp when the review was created."
},
"deployDetails": {
"type": "array",
"description": "Deploy configuration details."
},
"deployStatus": {
"type": "string",
"description": "The current deploy status."
},
"description": {
"type": "string",
"description": "The review description."
},
"groups": {
"type": "array",
"description": "Reviewer groups assigned to the review."
},
"participants": {
"type": "object",
"description": "Map of participant usernames to their participation details including votes and required status."
},
"pending": {
"type": "boolean",
"description": "Whether the review has a pending changelist."
},
"projects": {
"type": "object",
"description": "Map of project IDs to affected branch names."
},
"roles": {
"type": "object",
"description": "Map of roles to lists of usernames."
},
"state": {
"type": "string",
"description": "The current state of the review."
},
"stateLabel": {
"type": "string",
"description": "A display-friendly label for the current state."
},
"testDetails": {
"type": "array",
"description": "Details of test runs."
},
"testStatus": {
"type": "string",
"description": "The overall test status."
},
"type": {
"type": "string",
"description": "The review type (default or personal)."
},
"updated": {
"type": "integer",
"description": "Unix timestamp when the review was last updated."
},
"updateDate": {
"type": "string",
"description": "ISO 8601 formatted date when the review was last updated."
},
"versions": {
"type": "array",
"description": "List of review version objects."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/perforce-helix-swarm-review"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.