Entity · risks
Risk Schema
Felder
Risk Schema
Schema for validating risk entities
title
Risk title
1–500 Zeichen
description
Risk description
nullable
category
Risk category
Werte
STRATEGICOPERATIONALCOMPLIANCETECHNICALSECURITYDATA_PROTECTIONnullable
status
Risk status
Werte
IDENTIFIEDASSESSEDTREATINGACCEPTEDMITIGATEDCLOSEDinherentLikelihood
Inherent likelihood (1-5)
1 – 5nullable
inherentImpact
Inherent impact (1-5)
1 – 5nullable
inherentRiskScore
Computed inherent risk score (protected)
read-onlynullable
residualLikelihood
Residual likelihood (1-5)
1 – 5nullable
residualImpact
Residual impact (1-5)
1 – 5nullable
residualRiskScore
Computed residual risk score (protected)
read-onlynullable
treatmentStrategy
Risk treatment strategy
Werte
AVOIDMITIGATETRANSFERACCEPTnullable
ownerId
Risk owner user UUID
nullable
linkedAssetIds
Linked asset UUIDs
Default: []
linkedTicketIds
Linked ticket UUIDs
Default: []
linkedProjectIds
Linked project UUIDs
Default: []
linkedContractIds
Linked contract UUIDs
Default: []
reviewDate
Next review date
nullable
reviewCycleDays
Review cycle in days
nullable
tags
Risk tags
Default: []
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/risks— Liste, paginiert + filterbarGET /api/v1/risks/<id>— Einzelne EntityPOST /api/v1/risks— AnlegenPATCH /api/v1/risks/<id>— Teil-UpdateDELETE /api/v1/risks/<id>— Soft-DeleteGET /api/v1/risks/<id>/timeline— Audit + Aktivitäten