| project_id | int | Project ID | [optional] |
| owner_id | int | The owner ID of the project always means the creator of the project. | [optional] |
| name | str | The name of the project. | [optional] |
| registry_id | int | The ID of referenced registry when the project is a proxy cache project. | [optional] |
| creation_time | datetime | The creation time of the project. | [optional] |
| update_time | datetime | The update time of the project. | [optional] |
| deleted | bool | A deletion mark of the project. | [optional] |
| owner_name | str | The owner name of the project. | [optional] |
| togglable | bool | Correspond to the UI about whether the project's publicity is updatable (for UI) | [optional] |
| current_user_role_id | int | The role ID with highest permission of the current user who triggered the API (for UI). This attribute is deprecated and will be removed in future versions. | [optional] |
| current_user_role_ids | list[int] | The list of role ID of the current user who triggered the API (for UI) | [optional] |
| repo_count | int | The number of the repositories under this project. | [optional] |
| chart_count | int | The total number of charts under this project. | [optional] |
| metadata | ProjectMetadata | The metadata of the project. | [optional] |
| cve_allowlist | CVEAllowlist | The CVE allowlist of this project. | [optional] |