chg: [object fields] add forged-document types, add microblog state

pull/223/head
VVX7 2020-01-30 21:31:06 -05:00
parent 4c4a3aabe5
commit 329d92162c
2 changed files with 6 additions and 2 deletions

View File

@ -35,6 +35,8 @@
"letterhead",
"speech",
"literature",
"blog",
"microblog",
"photo",
"audio",
"invoice",
@ -99,7 +101,7 @@
"misp-attribute": "datetime"
}
},
"version": 6,
"version": 7,
"description": "Object describing a forged document.",
"meta-category": "file",
"uuid": "7e927620-b97c-4b00-98c0-8c0184d83d21",

View File

@ -55,6 +55,8 @@
"values_list": [
"Informative",
"Malicious",
"Misinformation",
"Disinformation",
"Unknown"
]
},
@ -115,7 +117,7 @@
"multiple": true
}
},
"version": 15,
"version": 16,
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
"meta-category": "misc",
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",