From afaf0d0e198726f633679380efae4202832174c8 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 5 Jul 2017 07:41:07 +0200 Subject: [PATCH] add a comment field --- objects/tor-node/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/objects/tor-node/definition.json b/objects/tor-node/definition.json index 2e7d108..dea20c2 100644 --- a/objects/tor-node/definition.json +++ b/objects/tor-node/definition.json @@ -3,18 +3,25 @@ "address", "first-seen", "last-seen", + "description", "text" ], "required": [ "address" ], "attributes": { - "text": { + "description": { "description": "Tor node description.", "disable_correlation": true, "ui-priority": 1, "misp-attribute": "text" }, + "text": { + "description": "Tor node comment", + "disable_correlation": true, + "ui-priority": 1, + "misp-attribute": "text" + }, "address": { "description": "IP address of the Tor node seen.", "ui-priority": 1,