https://platform.codeclimate.com/schemas/commit
Adds latest changes to the source code.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | Commit.schema.json |
object
(Commit)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
_type | string |
Required | cannot be null | Commit |
id | string |
Required | cannot be null | Commit |
self | string |
Required | cannot be null | Commit |
author | Merged | Optional | cannot be null | Commit |
committer | Merged | Optional | cannot be null | Commit |
message | string |
Required | cannot be null | Commit |
tree | string |
Optional | cannot be null | Commit |
parents | array |
Optional | cannot be null | Commit |
statistics | object |
Optional | cannot be null | Commit |
_type
- is required
- Type:
string
- cannot be null
- defined in: Commit
string
constant: the value of this property must be equal to:
"Commit"
The unique ID of this commit.
id
- is required
- Type:
string
- cannot be null
- defined in: Commit
string
The canonical URI for this record.
self
- is required
- Type:
string
- cannot be null
- defined in: Commit
string
URI: the string must be a URI, according to RFC 3986
The self
URI of the author, or a nested author record.
author
merged type (Details)
one (and only one) of
The self
URI of the committer this test commit to, or a nested committer record.
committer
merged type (Details)
one (and only one) of
The commit message.
message
- is required
- Type:
string
- cannot be null
- defined in: Commit
string
The commit tree.
tree
- is optional
- Type:
string
- cannot be null
- defined in: Commit
string
The commit parent.
parents
- is optional
- Type:
string[]
- cannot be null
- defined in: Commit
string[]
commit statistics.
statistics
object
(Details)