Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions services/ontology/schemas/professionalProfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
},
"avatar": {
"type": "string",
"description": "File-manager file ID for the user's profile picture"
"description": "ID for the user's profile picture"
},
"banner": {
"type": "string",
"description": "File-manager file ID for the user's profile banner"
"description": "file ID for the user's profile banner"
},
"cvFileId": {
"type": "string",
"description": "File-manager file ID for the user's CV/resume document"
"description": "file ID for the user's CV/resume document"
},
"videoIntroFileId": {
"type": "string",
"description": "File-manager file ID for the user's video introduction"
"description": "file ID for the user's video introduction"
},
"email": {
"type": "string",
Expand Down
Loading