Aider · JSON Structure

Aider Cli Lint Request Structure

LintRequest schema from Aider CLI

Type: object Properties: 1
AIAI Pair ProgrammingDeveloper ToolsCLICommand LineCoding AssistantCode GenerationOpen SourcePythonApache 2.0LLMGitBYO LLMTerminalPolyglotTree SitterRepository MapPair Programming

LintRequest is a JSON Structure definition published by Aider, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

files

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aider/refs/heads/main/json-structure/aider-cli-lint-request-structure.json",
  "name": "LintRequest",
  "description": "LintRequest schema from Aider CLI",
  "type": "object",
  "properties": {
    "files": {
      "type": "array",
      "description": "Files to lint. Omit to lint all dirty files in the repo.",
      "items": {
        "type": "string",
        "example": "src/main.py"
      },
      "example": [
        "src/main.py"
      ]
    }
  }
}