Skip to content

Commit a410c7c

Browse files
ater49ater49
authored andcommitted
Typo and version number correction + adding a field in twitter-post
Adding created-at field in twitter-post
1 parent a47ba8c commit a410c7c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

objects/paste/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"misp-attribute": "text",
4343
"ui-priority": 1
4444
},
45-
"paste_file": {
45+
"paste-file": {
4646
"description": "Content of the paste in file",
4747
"misp-attribute": "attachment",
4848
"ui-priority": 0

objects/twitter-post/definition.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"multiple": true,
1313
"ui-priority": 1
1414
},
15+
"created-at":{
16+
"description": "Datetime of Tweet publication",
17+
"misp-attribute": "datetime",
18+
"ui-priority": 0
19+
},
1520
"embedded-link": {
1621
"description": "Link in the tweet",
1722
"misp-attribute": "url",
@@ -154,5 +159,5 @@
154159
"attachment"
155160
],
156161
"uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e",
157-
"version": 4
162+
"version": 5
158163
}

0 commit comments

Comments
 (0)