We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ea5fb commit d3c82aeCopy full SHA for d3c82ae
1 file changed
objects/opentide/definition.json
@@ -3,17 +3,22 @@
3
"uuid": {
4
"description": "UUID of the OpenTIDE Object",
5
"misp-attribute": "text",
6
+ "ui-priority": 1
7
+ },
8
+ "name": {
9
+ "description": "Name of the OpenTIDE Object",
10
+ "misp-attribute": "text",
11
"ui-priority": 0
12
},
13
"opentide-object": {
14
"description": "YAML Content of the Opentide Object",
15
- "ui-priority": 2
16
+ "ui-priority": 3
17
18
"opentide-type": {
19
"description": "Type of the OpenTIDE Object",
20
- "ui-priority": 1,
21
+ "ui-priority": 2,
22
"disable_correlation": true,
23
"multiple": false,
24
"values_list": [
0 commit comments