SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Prompts
Pr promptoutput-schemagovernancedraft

JSON object with summary

Output a single JSON object: { summary: string, findings: array<{path,line,severity,note}> }. No prose.

id prompt/json-object-with-summaryv1.0.0turns systemvendors any

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=[].

Used by

output-schemajson
Author convergent-systems-key. Source convergent-systems-co/prompt-atoms (original ↗). License Apache-2.0. Re-typed by scripts/migrate-retired-atoms.py from the retired catalog.