{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aider/refs/heads/main/json-structure/aider-cli-commit-request-structure.json", "name": "CommitRequest", "description": "CommitRequest schema from Aider CLI", "type": "object", "properties": { "message": { "type": "string", "description": "Optional commit message override. Omit to let the weak model generate one.", "example": "chore: format imports" } } }