Aider · JSON Structure

Aider Cli Web Fetch Result Structure

WebFetchResult schema from Aider CLI

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

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

Properties

url markdown

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-web-fetch-result-structure.json",
  "name": "WebFetchResult",
  "description": "WebFetchResult schema from Aider CLI",
  "type": "object",
  "properties": {
    "url": {
      "type": "uri",
      "example": "https://example.com/docs/getting-started"
    },
    "markdown": {
      "type": "string",
      "description": "Markdown rendering of the page added to chat context.",
      "example": "# Getting Started ..."
    }
  }
}