{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aider/refs/heads/main/json-schema/aider-cli-file-path-request-schema.json", "title": "FilePathRequest", "description": "FilePathRequest schema from Aider CLI", "type": "object", "properties": { "path": { "type": "string", "description": "Filesystem path.", "example": ".aider/session-2026-05-30.txt" } }, "required": [ "path" ] }