{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "diffstat", "type": "object", "description": "A diffstat object that includes a summary of changes made to a file between two commits.", "properties": { "type": { "type": "string" }, "status": { "type": "string" }, "lines_added": { "type": "integer" }, "lines_removed": { "type": "integer" } } }