From 8eae725e491c3fd6c1b03a9671a949d714a84480 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 20 Dec 2020 10:41:39 +0100 Subject: [PATCH] fix: [twitter-post] underscore - minus are difficult to choose from ;-) --- objects/twitter-post/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/twitter-post/definition.json b/objects/twitter-post/definition.json index 935d138..ad19a92 100644 --- a/objects/twitter-post/definition.json +++ b/objects/twitter-post/definition.json @@ -80,7 +80,7 @@ }, "media": { "description": "Media (Photos, videos) present in tweet", - "misp_attribute": "attachment", + "misp-attribute": "attachment", "multiple": true, "ui-priority": 0 }, @@ -160,4 +160,4 @@ ], "uuid": "d1214031-ce1b-4a35-bd33-644c707bda2e", "version": 5 -} \ No newline at end of file +}