diff --git a/elements/certainty-level.json b/elements/certainty-level.json new file mode 100644 index 0000000..6ee06f8 --- /dev/null +++ b/elements/certainty-level.json @@ -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 +}