Perforce · Schema
Project
A project in Helix Swarm, grouping branches, members, and review settings.
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The project identifier. |
| name | string | The project display name. |
| description | string | The project description. |
| members | array | List of project member usernames. |
| owners | array | List of project owner usernames. |
| subgroups | array | List of associated Perforce groups. |
| branches | array | Branch definitions for the project. |
| deleted | boolean | Whether the project has been deleted. |
| deploy | object | Deploy configuration for the project. |
| emailFlags | object | Email notification settings. |
| jobview | string | A Perforce jobview expression for the project. |
| minimumUpVotes | integer | Minimum number of up votes required for approval. |
| private | boolean | Whether the project is private. |
| retainDefaultReviewers | boolean | Whether to retain default reviewers on review updates. |
| tests | object | Test configuration for the project. |
| workflow | string | The workflow identifier associated with the project. |
| defaults | object | Default settings for the project. |
| readme | string | The project readme content. |