mirror of https://github.com/MISP/misp-objects
chg: [person] handle added as requested by @gallypette
parent
9515ae332e
commit
cc2587d733
|
@ -70,6 +70,12 @@
|
||||||
"Unknown"
|
"Unknown"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"handle": {
|
||||||
|
"description": "Handle used by the user in application.",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": true,
|
||||||
|
"ui-priority": 11
|
||||||
|
},
|
||||||
"identity-card-number": {
|
"identity-card-number": {
|
||||||
"description": "The identity card number of a natural person.",
|
"description": "The identity card number of a natural person.",
|
||||||
"misp-attribute": "identity-card-number",
|
"misp-attribute": "identity-card-number",
|
||||||
|
@ -237,8 +243,9 @@
|
||||||
"first-name",
|
"first-name",
|
||||||
"last-name",
|
"last-name",
|
||||||
"full-name",
|
"full-name",
|
||||||
"alias"
|
"alias",
|
||||||
|
"handle"
|
||||||
],
|
],
|
||||||
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
|
||||||
"version": 16
|
"version": 17
|
||||||
}
|
}
|
Loading…
Reference in New Issue