Skip to content

Commit 2dbe070

Browse files
authored
Update descriptions for profile picture and documents (#948)
1 parent eccc6bc commit 2dbe070

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

services/ontology/schemas/professionalProfile.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
},
1919
"avatar": {
2020
"type": "string",
21-
"description": "File-manager file ID for the user's profile picture"
21+
"description": "ID for the user's profile picture"
2222
},
2323
"banner": {
2424
"type": "string",
25-
"description": "File-manager file ID for the user's profile banner"
25+
"description": "file ID for the user's profile banner"
2626
},
2727
"cvFileId": {
2828
"type": "string",
29-
"description": "File-manager file ID for the user's CV/resume document"
29+
"description": "file ID for the user's CV/resume document"
3030
},
3131
"videoIntroFileId": {
3232
"type": "string",
33-
"description": "File-manager file ID for the user's video introduction"
33+
"description": "file ID for the user's video introduction"
3434
},
3535
"email": {
3636
"type": "string",

0 commit comments

Comments
 (0)