Ownership is principal-based: point at a user or a personnel record and Noru resolves the link. Discover valid principals with GET /v1/ownership-principals.
curl -X POST https://api.noru.tech/v1/risks \ -H "Authorization: Bearer $NORU_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "title": "Unpatched critical vulnerabilities", "description": "Critical CVEs on internet-facing hosts.", "status": "identified", "category": "technical", "likelihood": "possible", "impact": "major", "owner": { "type": "personnel", "refId": "person_123" } }'