projects schema
fields
| Field | Type | Description |
| id | string | The ID of the project |
| key | string | The key of the project |
| lead | object | The lead of the project |
| lead.accountId | string | The account ID of project lead |
| lead.accountType | string | The account type of project lead |
| lead.displayName | string | The display name of project lead |
| lead.active | boolean | The active status of project lead |
| name | string | The name of the project |
| projectCategory | object | The category of the project |
| projectCategory.id | string | The ID of the project category |
| projectCategory.name | string | The name of the project category |
| projectCategory.description | string | The description of the project category |