ImpactScores
Type:
Array of Objects
Description:
A list of numeric scores for each impact category.
Possible values:
|
Keys |
Type |
Description |
Example |
|---|---|---|---|
|
CategoryId |
Integer |
ID of the impact category |
Must reference ImpactCategories.Id |
|
Name |
String |
Impact score name |
Negligible, Moderate, Major, Severe |
|
Value |
Integer |
Numeric impact score |
Standard: 0, 1, 2, 3 |
|
Description |
String or Null |
Description of the impact score |
String or null |
Effect:
- Used to determine the severity of each impact category.
- Supports final impact classification and risk determination.
Constraints:
- CategoryId must refer to a valid impact category.
- The numeric values must align with the selected methodology.
- When multi-impact is enabled, each selected category must be scored consistently.