{ "$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 ..." } } }