Moving things around

This commit is contained in:
Iglocska 2016-10-30 16:58:37 +01:00
parent 7a6e068f18
commit bd23721e0a
9 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,37 @@
{
"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",
"uuid": "bc5d96ea-f579-45de-9b6e-7d3c64035718",
"author": ["MISP","CIA"],
"description": "Certainty level of an associated element or cluster.",
"version": 1
}