ImpactCategories
Type: Array of Objects
Description: A list of categories used for impact assessment. Each category represents one consequence dimension, such as safety, financial, operational, privacy, or company impact.
Possible values:
|
Keys |
Type |
Description |
Example |
|---|---|---|---|
|
Id |
Integer |
A unique identifier for the impact category (consistent sequence numbering) |
Integer values such as 0, 1, 2, 3, 4, 5, 6 |
|
Name |
String |
The full name of the impact category |
Single-impact category:
Multi-impact category, typically:
|
|
Description |
String or Null |
Description of the impact category |
String or null |
|
ShortName |
String or Null |
Short representation of the impact category |
String or null |
|
Icon |
String or Null |
Icon code for the category |
String or null |
Effect:
- Defines which impact dimensions are available for evaluation.
- Determines what can be rated for each damage scenario.
Constraints :
- Category set must match the methodology type.
- If MultiCategoryImpact = true, multiple categories may be selected for one damage scenario.
- Category names should remain meaningful and consistent.