A scenario is a register risk made specific: who the threat is, how they get in, and what the effect is. It keeps the risk's identity, owner and control links; what it adds is a place for numbers.
curl -X POST https://api.noru.tech/v1/risk-analysis/scenarios \ -H "Authorization: Bearer $NORU_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "Public bucket exposes customer exports", "riskId": "NORU-RISK-42", "assetId": "customer-exports", "threatCommunity": "opportunistic external", "threatVector": "misconfigured object ACL", "effect": "confidentiality", "currency": "EUR" }'