Aider · JSON Structure

Aider Cli Voice Transcript Structure

VoiceTranscript schema from Aider CLI

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

VoiceTranscript 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

text duration_ms

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-voice-transcript-structure.json",
  "name": "VoiceTranscript",
  "description": "VoiceTranscript schema from Aider CLI",
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "Transcribed text queued as the next prompt.",
      "example": "refactor the cache layer to use lru eviction"
    },
    "duration_ms": {
      "type": "int32",
      "description": "Length of the recorded clip.",
      "example": 4200
    }
  }
}