Merge pull request #147 from Delta-Sierra/master

Person object - Add a (or several) role to a person
pull/148/head
Alexandre Dulaunoy 2019-02-21 07:20:40 +01:00 committed by GitHub
commit b0f07156ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 1 deletions

View File

@ -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",