ImpactRanges
Type: Array of Objects
Description: A list of ranges used to classify impact severity levels.
Possible values:
|
Keys |
Type |
Description |
Example |
|---|---|---|---|
|
Id |
Integer |
A unique identifier for the impact range (consistent sequence numbering) |
Integer values such as 1, 2, 3, 4 |
|
Name |
String |
The impact severity name |
Negligible, Moderate, Major, Severe |
|
Description |
String or Null |
Description of the impact range |
String or null |
|
NumericValue |
Integer |
Numeric value for the impact |
0, 1, 2, 3 |
|
ColorCode |
String |
Color code for the range |
#FFEDC0DD:
#FFDC80BA: #FFCB4198: #FFB90276: |
Effect:
- Defines the severity classes for impact scoring.
- Used to classify each impact category.
Constraints:
- Numeric values must match the selected methodology.
- Range names must be consistent and meaningful.
- Color codes must be valid and consistent.



