Type: object
| Attribute | Type | Description | 
|---|---|---|
| message | string | Commit message for the version | 
| author | User (Optional) | - | 
| color | Version Commit Color (Optional) | - | 
Example
{
  "message": "Update paddings",
  "author": {
    "id": "5d9caaecb4a3fa9bc9718686",
    "email": "[email protected]",
    "username": "zozo",
    "emotar": "🍎",
    "avatar": "http://placekitten.com/200/300",
    "last_seen": 1616739240
  },
  "color": {
    "r": 145,
    "g": 223,
    "b": 33,
    "a": 1
  }
}