You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: objects/opentide/definition.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,5 @@
1
1
{
2
2
"attributes": {
3
-
"uuid": {
4
-
"description": "UUID of the OpenTIDE Object",
5
-
"misp-attribute": "text",
6
-
"ui-priority": 1
7
-
},
8
3
"name": {
9
4
"description": "Name of the OpenTIDE Object",
10
5
"misp-attribute": "text",
@@ -17,15 +12,20 @@
17
12
},
18
13
"opentide-type": {
19
14
"description": "Type of the OpenTIDE Object",
20
-
"misp-attribute": "text",
21
-
"ui-priority": 2,
22
15
"disable_correlation": true,
16
+
"misp-attribute": "text",
23
17
"multiple": false,
18
+
"ui-priority": 2,
24
19
"values_list": [
25
20
"tvm",
26
21
"cdm",
27
22
"mdr"
28
23
]
24
+
},
25
+
"uuid": {
26
+
"description": "UUID of the OpenTIDE Object",
27
+
"misp-attribute": "text",
28
+
"ui-priority": 1
29
29
}
30
30
},
31
31
"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)",
0 commit comments