From eedcc2d5af83e044fac806108d6c70095e5c7343 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 26 Jan 2021 10:30:30 +0100 Subject: [PATCH] chg: [telegram-account] fixes --- objects/telegram-account/definition.json | 28 ++++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/objects/telegram-account/definition.json b/objects/telegram-account/definition.json index 30597ad..cb09482 100644 --- a/objects/telegram-account/definition.json +++ b/objects/telegram-account/definition.json @@ -1,35 +1,35 @@ { "attributes": { - "phone": { - "description": "Phone associated with the telegram user", - "misp-attribute": "text", - "multiple": true, - "ui-priority": 1 - }, "first_name": { "description": "First name", "misp-attribute": "text", "ui-priority": 1 }, - "last_name": { - "description": "Last name", - "misp-attribute": "text", - "ui-priority": 1 - }, "id": { "description": "Telegram user identifier", "misp-attribute": "text", "ui-priority": 1 }, - "verified": { - "description": "Verified", + "last_name": { + "description": "Last name", "misp-attribute": "text", "ui-priority": 1 }, + "phone": { + "description": "Phone associated with the telegram user", + "misp-attribute": "text", + "multiple": true, + "ui-priority": 1 + }, "username": { "description": "Telegram username", "misp-attribute": "text", "ui-priority": 1 + }, + "verified": { + "description": "Verified", + "misp-attribute": "text", + "ui-priority": 1 } }, "description": "Information related to a telegram account", @@ -40,4 +40,4 @@ ], "uuid": "06f02ecf-5afb-42c5-9cb0-b362e222f52c", "version": 1 -} +} \ No newline at end of file