{
  "schema": "https://prompt-atoms.com/schemas/atom-v1.json",
  "type": "output-schema",
  "id": "findings-list",
  "version": "1.0.0",
  "name": "Findings List",
  "description": "JSON array of code-review findings. Each finding has file, line, severity, finding, evidence. For machine consumption.",
  "tags": ["output", "code-review", "json"],
  "vendors": ["any"],
  "content": "Emit a JSON array. Each element is a finding object with these required fields: file (string, repository-relative path), line (integer or 'L<start>-L<end>' string for ranges), severity (enum: 'low' | 'medium' | 'high' | 'critical'), finding (string ≤ 240 chars stating what is wrong), evidence (string ≤ 240 chars, a code snippet from the actual file). Optional fields: suggestion (string ≤ 480 chars), category (enum from a fixed taxonomy: 'correctness' | 'security' | 'performance' | 'maintainability' | 'style'). The array may be empty; an empty array means 'no findings'.",
  "applicable_turns": ["system", "assistant"]
}
