{
"id": "out-approved",
"type": "output",
"data": {
"label": "APPROVED",
"returnAllFields": false,
"description": "Happy-path terminal state. Client is notified asynchronously.",
"schema": [
{ "name": "case_id", "type": "string", "required": true, "nullable": false },
{ "name": "decision", "type": "string", "required": true, "nullable": false },
{ "name": "risk_score", "type": "integer", "required": true, "nullable": false },
{ "name": "risk_band", "type": "string", "required": true, "nullable": false }
]
}
}