{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aider/refs/heads/main/json-structure/aider-cli-ask-request-structure.json", "name": "AskRequest", "description": "AskRequest schema from Aider CLI", "type": "object", "properties": { "prompt": { "type": "string", "description": "Question to ask about the codebase.", "example": "How does the retry policy in the http client interact with the rate limiter?" } }, "required": [ "prompt" ] }