mirror of https://github.com/MISP/misp-objects
fix: [opentide] JQed the JSON file
parent
3e5fa3d7e9
commit
38b852132a
|
@ -1,10 +1,5 @@
|
||||||
{
|
{
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"uuid": {
|
|
||||||
"description": "UUID of the OpenTIDE Object",
|
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 1
|
|
||||||
},
|
|
||||||
"name": {
|
"name": {
|
||||||
"description": "Name of the OpenTIDE Object",
|
"description": "Name of the OpenTIDE Object",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
|
@ -17,15 +12,20 @@
|
||||||
},
|
},
|
||||||
"opentide-type": {
|
"opentide-type": {
|
||||||
"description": "Type of the OpenTIDE Object",
|
"description": "Type of the OpenTIDE Object",
|
||||||
"misp-attribute": "text",
|
|
||||||
"ui-priority": 2,
|
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
|
"ui-priority": 2,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
"tvm",
|
"tvm",
|
||||||
"cdm",
|
"cdm",
|
||||||
"mdr"
|
"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)",
|
"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)",
|
||||||
|
|
Loading…
Reference in New Issue