validate_payload
Validates JSON payloads against the USAP 11-field output contract. Returns 'PASS' or a list of violations.
Instructions
Validate a JSON payload against the USAP 11-field output contract (agent_slug, intent_type, action, rationale, confidence, severity, key_findings, evidence_references, next_agents, human_approval_required, timestamp_utc). Returns 'PASS' or a list of violations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | The payload to validate against the contract |