{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "required": ["decision", "rationale", "next_action", "risk_triggers_matched", "chair_facing_summary", "audit_marker_path"],
  "properties": {
    "decision": {"enum": ["AUTO_REVISION_CONTINUE", "CHAIR_DECISION_REQUIRED", "LOCK_READY", "PILOT_READY_BUT_NEEDS_CHAIR", "CRITICAL_ESCALATION"]},
    "rationale": {"type": "string"},
    "next_action": {"type": "string"},
    "risk_triggers_matched": {"type": "array", "items": {"type": "integer", "minimum": 1, "maximum": 6}},
    "chair_facing_summary": {"type": "string"},
    "audit_marker_path": {"type": "string"}
  }
}
