{ "$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" } } }