mirror of https://github.com/MISP/misp-objects
fix: ui priority
parent
dde188dec2
commit
9b05d4832f
|
@ -3,19 +3,19 @@
|
||||||
"name": {
|
"name": {
|
||||||
"description": "Name of the OpenTIDE Object",
|
"description": "Name of the OpenTIDE Object",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 4
|
||||||
},
|
},
|
||||||
"opentide-object": {
|
"opentide-object": {
|
||||||
"description": "YAML Content of the Opentide Object",
|
"description": "YAML Content of the Opentide Object",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 4
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
"opentide-type": {
|
"opentide-type": {
|
||||||
"description": "Type of the OpenTIDE Object",
|
"description": "Type of the OpenTIDE Object",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"ui-priority": 3,
|
"ui-priority": 1,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"tvm",
|
"tvm",
|
||||||
"cdm",
|
"cdm",
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
"uuid": {
|
"uuid": {
|
||||||
"description": "UUID of the OpenTIDE Object",
|
"description": "UUID of the OpenTIDE Object",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 1
|
"ui-priority": 3
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"description": "Version of the OpenTIDE Object",
|
"description": "Version of the OpenTIDE Object",
|
||||||
|
@ -44,5 +44,5 @@
|
||||||
"opentide-type"
|
"opentide-type"
|
||||||
],
|
],
|
||||||
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
|
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue