Version Commit

Type: object

AttributeTypeDescription
messagestringCommit message for the version
authorUser (Optional)-
colorVersion 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
  }
}