GitHub Actions · Schema

SimpleCommit

Properties

Name Type Description
id string
tree_id string
message string
timestamp string
author object
committer object
View JSON Schema on GitHub

JSON Schema

github-actions-simple-commit-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SimpleCommit",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "tree_id": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "timestamp": {
      "type": "string"
    },
    "author": {
      "type": "object"
    },
    "committer": {
      "type": "object"
    }
  }
}