# versions schema
# fields
| Field | Type | Description |
|---|---|---|
| id | string | The ID of the release |
| name | string | The Name of the release |
| description | string | The description of the release |
| archived | boolean | The archived status of the release |
| released | boolean | The released status of the release |
| releasedate | string | The released date of the release |
| userreleasedate | string | The user released date of the release |
| projectid | integer | The project ID of the release |
| startdate | string | The start date of the release |