chg: [object field] add profile picture to user-account

pull/225/head
VVX7 2020-01-31 18:27:42 -05:00
parent ed8e72bdb4
commit bc052e17f4
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"uuid": "49606b06-22f0-4ac8-8eee-2f12ad46f3d3",
"meta-category": "misc",
"description": "",
"version": 2,
"version": 3,
"requiredOneOf": [
"password",
"username",
@ -26,6 +26,12 @@
"ui-priority": 1,
"misp-attribute": "text"
},
"user-avatar": {
"description": "A user profile picture or avatar.",
"ui-priority": 1,
"multiple": true,
"misp-attribute": "attachment"
},
"password": {
"description": "Password related to the username.",
"ui-priority": 1,