mirror of https://github.com/MISP/misp-objects
Person object - Add a (several) role to a person
parent
b4c2de001c
commit
0173504050
|
@ -151,9 +151,25 @@
|
|||
"ui-priority": 10,
|
||||
"misp-attribute": "attachment",
|
||||
"multiple": true
|
||||
},
|
||||
"role": {
|
||||
"description": "The role of a person.",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "text",
|
||||
"multiple": true,
|
||||
"values_list": [
|
||||
"Suspect",
|
||||
"Victim",
|
||||
"Defendent",
|
||||
"Accused",
|
||||
"Culprit",
|
||||
"Accomplice",
|
||||
"Witness"
|
||||
],
|
||||
"disable_correlation": true
|
||||
}
|
||||
},
|
||||
"version": 7,
|
||||
"version": 8,
|
||||
"description": "An object which describes a person or an identity.",
|
||||
"meta-category": "misc",
|
||||
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
||||
|
|
Loading…
Reference in New Issue