Skip to content

Commit 329d921

Browse files
committed
chg: [object fields] add forged-document types, add microblog state
1 parent 4c4a3aa commit 329d921

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

objects/forged-document/definition.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"letterhead",
3636
"speech",
3737
"literature",
38+
"blog",
39+
"microblog",
3840
"photo",
3941
"audio",
4042
"invoice",
@@ -99,7 +101,7 @@
99101
"misp-attribute": "datetime"
100102
}
101103
},
102-
"version": 6,
104+
"version": 7,
103105
"description": "Object describing a forged document.",
104106
"meta-category": "file",
105107
"uuid": "7e927620-b97c-4b00-98c0-8c0184d83d21",

objects/microblog/definition.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
"values_list": [
5656
"Informative",
5757
"Malicious",
58+
"Misinformation",
59+
"Disinformation",
5860
"Unknown"
5961
]
6062
},
@@ -115,7 +117,7 @@
115117
"multiple": true
116118
}
117119
},
118-
"version": 15,
120+
"version": 16,
119121
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
120122
"meta-category": "misc",
121123
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",

0 commit comments

Comments
 (0)