{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aider/refs/heads/main/json-structure/aider-cli-commit-result-structure.json", "name": "CommitResult", "description": "CommitResult schema from Aider CLI", "type": "object", "properties": { "commit_sha": { "type": "string", "example": "f1e2d3c4b5a6" }, "commit_message": { "type": "string", "example": "chore: format imports" } } }