LikelihoodScores
Type:
Array of Objects
Description:
A list of numeric scores for each likelihood category.
Possible values:
|
Keys |
Type |
Description |
Examples |
|---|---|---|---|
| CategoryId | Integer | ID of the likelihood category | Must reference LikelihoodCategories.Id |
| Name
|
String
|
Name of the likelihood score
|
LE
|
|
AP
|
|||
|
|||
|
|||
|
|||
|
|||
|
CVSS
|
|||
|
|||
|
|||
|
|||
| Value
|
Integer
|
Numeric score value of Name
|
LE
|
|
AP
|
|||
|
CVSS
|
|||
| Description | String or Null | Description of the score |
String or null |
Effect:
- Used to calculate the final score for the methodology.
- The result based on AP or CVSS formula is later mapped to a range.
Constraints:
- CategoryId must refer to a valid category.
- Values must match the selected methodology.
- Score definitions must not conflict within the same methodology.