mirror of https://github.com/MISP/misp-objects
chg: [microblog] add attachment field for issue #186
parent
ce20ea05fe
commit
804e2116ce
|
@ -25,6 +25,11 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"misp-attribute": "link"
|
"misp-attribute": "link"
|
||||||
},
|
},
|
||||||
|
"attachment": {
|
||||||
|
"description": "The microblog post file or screen capture.",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "attachment"
|
||||||
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"description": "Type of the microblog post",
|
"description": "Type of the microblog post",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
|
@ -109,7 +114,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 13,
|
"version": 14,
|
||||||
"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