mirror of https://github.com/MISP/misp-objects
add opentide-relation attribute
parent
8bf3ddef9e
commit
39c664a59d
|
@ -3,7 +3,7 @@
|
|||
"name":{
|
||||
"description":"Name of the OpenTIDE Object",
|
||||
"misp-attribute":"text",
|
||||
"ui-priority": 4
|
||||
"ui-priority":5
|
||||
},
|
||||
"opentide-object":{
|
||||
"description":"YAML Content of the Opentide Object",
|
||||
|
@ -22,10 +22,16 @@
|
|||
"mdr"
|
||||
]
|
||||
},
|
||||
"opentide-relation":{
|
||||
"description":"UUID of other OpenTIDE Objects with a relation to this Object",
|
||||
"misp-attribute":"text",
|
||||
"multiple":true,
|
||||
"ui-priority":1
|
||||
},
|
||||
"uuid":{
|
||||
"description":"UUID of the OpenTIDE Object",
|
||||
"misp-attribute":"text",
|
||||
"ui-priority": 3
|
||||
"ui-priority":4
|
||||
},
|
||||
"version":{
|
||||
"description":"Version of the OpenTIDE Object",
|
||||
|
@ -34,7 +40,7 @@
|
|||
"sane_default":[
|
||||
"1"
|
||||
],
|
||||
"ui-priority": 2
|
||||
"ui-priority":3
|
||||
}
|
||||
},
|
||||
"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)",
|
||||
|
@ -48,5 +54,5 @@
|
|||
"opentide-type"
|
||||
],
|
||||
"uuid":"892fd46a-f69e-455c-8c4f-843a4b8f4295",
|
||||
"version": 2
|
||||
"version":3
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue