mirror of https://github.com/MISP/misp-objects
chg: [microblog] allow multiple attachments per the enhancement request
parent
804e2116ce
commit
8fa0166b24
|
@ -28,6 +28,7 @@
|
||||||
"attachment": {
|
"attachment": {
|
||||||
"description": "The microblog post file or screen capture.",
|
"description": "The microblog post file or screen capture.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
|
"multiple": true,
|
||||||
"misp-attribute": "attachment"
|
"misp-attribute": "attachment"
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
|
@ -114,7 +115,7 @@
|
||||||
"multiple": true
|
"multiple": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 14,
|
"version": 15,
|
||||||
"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