chg: [person] handle added as requested by @gallypette

pull/352/head
Alexandre Dulaunoy 2022-03-17 15:14:32 +01:00
parent 9515ae332e
commit cc2587d733
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 9 additions and 2 deletions

View File

@ -70,6 +70,12 @@
"Unknown"
]
},
"handle": {
"description": "Handle used by the user in application.",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 11
},
"identity-card-number": {
"description": "The identity card number of a natural person.",
"misp-attribute": "identity-card-number",
@ -237,8 +243,9 @@
"first-name",
"last-name",
"full-name",
"alias"
"alias",
"handle"
],
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
"version": 16
"version": 17
}