chg: [pandemic] Disinfrmation added

pull/189/head
Andras Iklody 2020-04-13 10:08:13 +02:00 committed by GitHub
parent 817c734094
commit 28e7cb79f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"namespace": "pandemic", "namespace": "pandemic",
"description": "Pandemic", "description": "Pandemic",
"version": 2, "version": 3,
"predicates": [ "predicates": [
{ {
"value": "covid-19", "value": "covid-19",
@ -21,6 +21,11 @@
"value": "cyber", "value": "cyber",
"expanded": "Cyber", "expanded": "Cyber",
"description": "Information tagged about COVID-19 and related to cybersecurity" "description": "Information tagged about COVID-19 and related to cybersecurity"
},
{
"value": "disinformation",
"expanded": "Disinformation",
"description": "Information tagged about COVID-19 and related to disinformation"
} }
] ]
} }