Certainty level of an associated element or cluster added.

pull/4/head
Alexandre Dulaunoy 2016-03-01 07:42:25 +01:00
parent 18436156ae
commit 47b93bbbef
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
{
"values": [
{
"description": "100% Certainty",
"value": "1"
},
{
"description": "93% Almost certain",
"value": "0.93"
},
{
"description": "75% Probable",
"value": "0.75"
},
{
"description": "50% Chances about even",
"value": "0.5"
},
{
"description": "30% Probably not",
"value": "0.3"
},
{
"description": "7% Almost certainly not",
"value": "0.07"
},
{
"description": "0% Impossibility",
"value": "0"
}
],
"type": "certainty-level",
"author": ["MISP","CIA"],
"description": "Certainty level of an associated element or cluster.",
"version": 1
}