GitHub Actions · JSON Structure

Github Actions Simple Commit Structure

Type: object Properties: 6

SimpleCommit is a JSON Structure definition published by GitHub Actions, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id tree_id message timestamp author committer

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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