Typo and version number correction + adding a field in twitter-post

Adding created-at field in twitter-post
pull/302/head
ater49 2020-12-14 23:01:12 +01:00
parent a47ba8c5b8
commit a410c7c7a6
2 changed files with 7 additions and 2 deletions

View File

@ -42,7 +42,7 @@
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 1
}, },
"paste_file": { "paste-file": {
"description": "Content of the paste in file", "description": "Content of the paste in file",
"misp-attribute": "attachment", "misp-attribute": "attachment",
"ui-priority": 0 "ui-priority": 0

View File

@ -12,6 +12,11 @@
"multiple": true, "multiple": true,
"ui-priority": 1 "ui-priority": 1
}, },
"created-at":{
"description": "Datetime of Tweet publication",
"misp-attribute": "datetime",
"ui-priority": 0
},
"embedded-link": { "embedded-link": {
"description": "Link in the tweet", "description": "Link in the tweet",
"misp-attribute": "url", "misp-attribute": "url",
@ -154,5 +159,5 @@
"attachment" "attachment"
], ],
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e", "uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
"version": 4 "version": 5
} }