diff --git a/services/ontology/schemas/professionalProfile.json b/services/ontology/schemas/professionalProfile.json index f47a02b8c..00f05fb6c 100644 --- a/services/ontology/schemas/professionalProfile.json +++ b/services/ontology/schemas/professionalProfile.json @@ -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",