GitHub · Schema

GitHub Commit

A Git commit in a GitHub repository, including metadata about the author, committer, tree, parents, and verification status.

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
sha string The SHA-1 hash of the commit.
node_id string The GraphQL node ID for the commit.
url string The API URL for the commit.
html_url string The URL of the commit on GitHub.
comments_url string The API URL for the commit's comments.
commit object
author object The GitHub user who authored the commit.
committer object The GitHub user who committed the changes.
parents array The parent commits of this commit.
stats object Statistics about the commit changes.
files array The files changed in the commit.
View JSON Schema on GitHub