chg: [admiralty-scale] when information or source cannot be judged - the

numerical scale should be 50% as the information is considered as an
average estimated trust.

source: Scientific Methods of Inquiry of Intelligence Analysis
pull/119/head
Alexandre Dulaunoy 2018-09-29 19:23:46 +02:00
parent f67d13ae65
commit aa5f758131
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"namespace": "admiralty-scale",
"description": "The Admiralty Scale (also called the NATO System) is used to rank the reliability of a source and the credibility of an information.",
"version": 2,
"version": 3,
"predicates": [
{
"value": "source-reliability",
@ -43,7 +43,8 @@
},
{
"value": "f",
"expanded": "Reliability cannot be judged"
"expanded": "Reliability cannot be judged",
"numerical_value": 50
}
]
},
@ -77,7 +78,8 @@
},
{
"value": "6",
"expanded": "Truth cannot be judged"
"expanded": "Truth cannot be judged",
"numerical_value": 50
}
]
}