Skip to content

Commit 38b8521

Browse files
committed
fix: [opentide] JQed the JSON file
1 parent 3e5fa3d commit 38b8521

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

objects/opentide/definition.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
{
22
"attributes": {
3-
"uuid": {
4-
"description": "UUID of the OpenTIDE Object",
5-
"misp-attribute": "text",
6-
"ui-priority": 1
7-
},
83
"name": {
94
"description": "Name of the OpenTIDE Object",
105
"misp-attribute": "text",
@@ -17,15 +12,20 @@
1712
},
1813
"opentide-type": {
1914
"description": "Type of the OpenTIDE Object",
20-
"misp-attribute": "text",
21-
"ui-priority": 2,
2215
"disable_correlation": true,
16+
"misp-attribute": "text",
2317
"multiple": false,
18+
"ui-priority": 2,
2419
"values_list": [
2520
"tvm",
2621
"cdm",
2722
"mdr"
2823
]
24+
},
25+
"uuid": {
26+
"description": "UUID of the OpenTIDE Object",
27+
"misp-attribute": "text",
28+
"ui-priority": 1
2929
}
3030
},
3131
"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 @@
3838
],
3939
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
4040
"version": 1
41-
}
41+
}

0 commit comments

Comments
 (0)