mirror of https://github.com/MISP/misp-objects
chg: [object field] add profile picture to user-account
parent
ed8e72bdb4
commit
bc052e17f4
|
@ -3,7 +3,7 @@
|
||||||
"uuid": "49606b06-22f0-4ac8-8eee-2f12ad46f3d3",
|
"uuid": "49606b06-22f0-4ac8-8eee-2f12ad46f3d3",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"description": "",
|
"description": "",
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"password",
|
"password",
|
||||||
"username",
|
"username",
|
||||||
|
@ -26,6 +26,12 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
"user-avatar": {
|
||||||
|
"description": "A user profile picture or avatar.",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"multiple": true,
|
||||||
|
"misp-attribute": "attachment"
|
||||||
|
},
|
||||||
"password": {
|
"password": {
|
||||||
"description": "Password related to the username.",
|
"description": "Password related to the username.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
|
|
Loading…
Reference in New Issue