mirror of https://github.com/MISP/misp-objects
chg: [microblog] add Twitter-id reference
parent
b29a360c02
commit
1e5bb552f8
|
@ -121,6 +121,12 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
"twitter-id": {
|
||||||
|
"description": "Twitter id",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"multiple": true,
|
||||||
|
"misp-attribute": "twitter-id"
|
||||||
|
},
|
||||||
"hashtag": {
|
"hashtag": {
|
||||||
"description": "Hashtag into the microblog post",
|
"description": "Hashtag into the microblog post",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
@ -128,7 +134,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 18,
|
"version": 19,
|
||||||
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
|
"description": "Microblog post like a Twitter tweet or a post on a Facebook wall.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
|
"uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",
|
||||||
|
|
Loading…
Reference in New Issue