GitHub Actions · Schema
SimpleCommit
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| tree_id | string | |
| message | string | |
| timestamp | string | |
| author | object | |
| committer | object |
JSON Schema
{
"$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"
}
}
}