{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "commit_file", "type": "object", "properties": { "type": { "type": "string" }, "path": { "type": "string" }, "attributes": { "type": "string" }, "escaped_path": { "type": "string" } } }