# boards schema
# fields
| Field | Type | Description |
|---|---|---|
| id | integer | The id of the board |
| name | string | The name of the board |
| boardtype | string | The type of the board |
| location | object | |
| location.projectId | integer | |
| location.displayName | string | |
| location.projectName | string | |
| location.projectKey | string | |
| location.projectTypeKey | string | |
| location.avatarURI | string | |
| location.name | string |