chg: [person] full-name attribute type added + expanding object person with full-name

pull/308/head
Alexandre Dulaunoy 2021-03-03 07:41:16 +01:00
parent e764ed6983
commit e1f01f674f
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 8 additions and 1 deletions

View File

@ -46,6 +46,11 @@
"misp-attribute": "first-name",
"ui-priority": 98
},
"full-name": {
"description": "Full name of a natural person usually composed of first-name, middle-name and last-name.",
"misp-attribute": "full-name",
"ui-priority": 100
},
"gender": {
"description": "The gender of a natural person.",
"disable_correlation": true,
@ -190,8 +195,9 @@
"requiredOneOf": [
"first-name",
"last-name",
"full-name",
"alias"
],
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
"version": 10
"version": 11
}

View File

@ -108,6 +108,7 @@
"first-name",
"float",
"frequent-flyer-number",
"full-name",
"gender",
"gene",
"git-commit-id",