From a13726c138d3ce9b3d1126749fbddc0e3ba944f4 Mon Sep 17 00:00:00 2001 From: ater49 <31342330+ater49@users.noreply.github.com> Date: Wed, 4 Oct 2017 13:31:25 +0200 Subject: [PATCH] Update definition.json Link attribute added in case of url present into the post. Multiple set to true for "username-quoted" --- objects/microblog/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/objects/microblog/definition.json b/objects/microblog/definition.json index 98d1aa5..12910c3 100644 --- a/objects/microblog/definition.json +++ b/objects/microblog/definition.json @@ -43,6 +43,12 @@ "ui-priority": 0, "misp-attribute": "datetime" }, + "link": { + "description": "Link into the microblog post", + "ui-priority": 0, + "misp-attribute": "text", + "multiple": true + }, "removal-date": { "description": "When the microblog post was removed", "ui-priority": 0, @@ -51,10 +57,11 @@ "username-quoted": { "description": "Username who are quoted into the microblog post", "ui-priority": 0, + "multiple": true, "misp-attribute": "text" } }, - "version": 2, + "version": 3, "description": "Microblog post like a Twitter tweet or a post on a Facebook wall.", "meta-category": "misc", "uuid": "8ec8c911-ddbe-4f5b-895b-fbff70c42a60",