chg: [object field] add title to microblog

pull/225/head
VVX7 2020-01-31 17:01:57 -05:00
parent 3a7367b8dd
commit 3bb42c766f
1 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,11 @@
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "text" "misp-attribute": "text"
}, },
"title": {
"description": "Title of the post",
"ui-priority": 1,
"misp-attribute": "text"
},
"url": { "url": {
"description": "Original URL location of the microblog post (potentially malicious)", "description": "Original URL location of the microblog post (potentially malicious)",
"ui-priority": 1, "ui-priority": 1,
@ -117,7 +122,7 @@
"multiple": true "multiple": true
} }
}, },
"version": 16, "version": 17,
"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",