JSON object with summary
output-schema · v1.0.0 · vendors: any
Output a single JSON object: { summary: string, findings: array<{path,line,severity,note}> }. No prose.
Tags: output-schemajson
Content
Respond with a single JSON object matching this schema (no prose, no markdown fences):
{
"summary": "<one-sentence overall finding>",
"findings": [
{ "path": "<path>", "line": <number>, "severity": "info|warn|error", "note": "<one sentence>" }
]
}
If there are no findings, return summary='clean' and findings=[]. Applicable turns: system