From e9d347afa8a9dfb57a4f195d630e6dd16560221f Mon Sep 17 00:00:00 2001 From: Merul Dhiman <69296233+coodos@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:37:39 +0530 Subject: [PATCH] Update descriptions for profile picture and documents --- services/ontology/schemas/professionalProfile.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",