diff --git a/objects/opentide/definition.json b/objects/opentide/definition.json index 1304bac..a136963 100644 --- a/objects/opentide/definition.json +++ b/objects/opentide/definition.json @@ -1,10 +1,5 @@ { "attributes": { - "uuid": { - "description": "UUID of the OpenTIDE Object", - "misp-attribute": "text", - "ui-priority": 1 - }, "name": { "description": "Name of the OpenTIDE Object", "misp-attribute": "text", @@ -17,15 +12,20 @@ }, "opentide-type": { "description": "Type of the OpenTIDE Object", - "misp-attribute": "text", - "ui-priority": 2, "disable_correlation": true, + "misp-attribute": "text", "multiple": false, + "ui-priority": 2, "values_list": [ "tvm", "cdm", "mdr" ] + }, + "uuid": { + "description": "UUID of the OpenTIDE Object", + "misp-attribute": "text", + "ui-priority": 1 } }, "description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework (https://code.europa.eu/ec-digit-s2/opentide)", @@ -38,4 +38,4 @@ ], "uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295", "version": 1 -} +} \ No newline at end of file