{ "$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-request-structure.json", "name": "WebFetchRequest", "description": "WebFetchRequest schema from Aider CLI", "type": "object", "properties": { "url": { "type": "uri", "description": "HTTP(S) URL to fetch and convert to markdown.", "example": "https://example.com/docs/getting-started" } }, "required": [ "url" ] }