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