{"openapi":"3.1.0","info":{"title":"OpenAPI definition","version":"v0"},"servers":[{"url":"http://localhost","description":"Generated server url"}],"paths":{"/refdata/case-worker/users/sync":{"put":{"tags":["case-worker-ref-users-controller"],"summary":"This API update the Caseworker Profile from profile sync","description":"This API will be invoked by user having idam role of prd-admin","operationId":"updateCaseWorkerDetails","parameters":[{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseWorkersProfileUpdationRequest"}}},"required":true},"responses":{"200":{"description":"Successfully updated the caseworkerProfile","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseWorkersProfileUpdationResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/case-worker/profile":{"put":{"tags":["staff-ref-data-controller"],"summary":"This API updates staff user profile","description":"This API will be invoked by user having idam role with staff-admin","operationId":"updateStaffUserProfile","parameters":[{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StaffProfileCreationRequest"}}},"required":true},"responses":{"200":{"description":"Successfully updated staff user profile","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StaffProfileCreationResponse"}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]},"post":{"tags":["staff-ref-data-controller"],"summary":"This API creates staff user profile","description":"This API will be invoked by user having idam role of staff-admin","operationId":"createStaffUserProfile","parameters":[{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/StaffProfileCreationRequest"}}},"required":true},"responses":{"201":{"description":"Successfully created staff user profile","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/StaffProfileCreationResponse"}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/case-worker/users/fetchUsersById":{"post":{"tags":["case-worker-ref-users-controller"],"summary":"This API gets the User details from Caseworker Profile","description":"This API will be invoked by user having idam role of cwd-system-user","operationId":"fetchCaseworkersById","parameters":[{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UserRequest"}}},"required":true},"responses":{"200":{"description":"Successfully fetched the Caseworker profile(s)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseWorkerProfile"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"404":{"description":"The Caseworker data could not be found"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/case-worker/upload-file":{"post":{"tags":["case-worker-ref-controller"],"summary":"This API allows uploading of excel files that contain caseworker information and mappings between caseworker and IDAM roles","description":"This API will be invoked by user having idam role of cwd-admin","operationId":"caseWorkerFileUpload","parameters":[{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}},"required":["file"]}}}},"responses":{"201":{"description":"Request Completed Successfully"},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/internal/staff/usersByServiceName":{"get":{"tags":["staff-reference-internal-controller"],"summary":"This API returns the Staff(Case Worker) profiles based on Service Name and Pagination parameters","description":"**IDAM Role to access API** :\n cwd-system-user","operationId":"fetchStaffByCcdServiceNames","parameters":[{"name":"ccd_service_names","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"page_size","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"page_number","in":"query","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"sort_direction","in":"query","required":false,"schema":{"type":"string"}},{"name":"sort_column","in":"query","required":false,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The Staff profiles have been retrieved successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StaffProfileWithServiceName"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"404":{"description":"The Caseworker data could not be found"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/case-worker/user-type":{"get":{"tags":["staff-ref-data-controller"],"summary":"This API gets the user types from staff reference data","description":"This API will be invoked by user having idam role of staff-admin","operationId":"fetchUserTypes","parameters":[{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successfully fetched the user types","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StaffRefDataUserTypesResponse"}}}},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/case-worker/skill":{"get":{"tags":["staff-ref-data-controller"],"summary":"This API is used to retrieve the service specific skills ","description":"This API will be invoked by user having idam role of staff-admin","operationId":"retrieveAllServiceSkills","parameters":[{"name":"service_codes","in":"query","required":false,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successfully retrieved list of ServiceSkills for the request provided","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StaffWorkerSkillResponse"}}}},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/case-worker/profile/search":{"get":{"tags":["staff-ref-data-controller"],"summary":"This API allows the Advance search of staff","description":"This API will be invoked by user having idam role of staff-admin","operationId":"searchStaffProfile","parameters":[{"name":"page-number","in":"header","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"page-size","in":"header","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"serviceCode","in":"query","description":"Any Valid String is allowed with comma seperated values","required":false,"schema":{"type":"string"}},{"name":"location","in":"query","description":"Any Valid String is allowed with comma seperated values","required":false,"schema":{"type":"string"}},{"name":"userType","in":"query","description":"Any Valid String is allowed","required":false,"schema":{"type":"string"}},{"name":"jobTitle","in":"query","description":"Any Valid String is allowed","required":false,"schema":{"type":"string"}},{"name":"skill","in":"query","description":"Any Valid String is allowed","required":false,"schema":{"type":"string"}},{"name":"role","in":"query","description":"Any Valid String is allowed with comma seperated values","required":false,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Request Completed Successfully","content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/SearchStaffUserResponse"}}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/case-worker/profile/search-by-name":{"get":{"tags":["staff-ref-data-controller"],"summary":"This API allows the search of staff user by their name or surname.","description":"This API will be invoked by user having idam role of staff-admin","operationId":"searchStaffUserByName","parameters":[{"name":"page-number","in":"header","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"page-size","in":"header","required":false,"schema":{"type":"integer","format":"int32"}},{"name":"search","in":"query","required":true,"schema":{"type":"string","minLength":1}},{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Request Completed Successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchStaffUserResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/case-worker/profile/search-by-id":{"get":{"tags":["staff-ref-data-controller"],"summary":"This API search a staff user by Id","description":"This API will be invoked by user having idam role of staff-admin","operationId":"fetchStaffProfileById","parameters":[{"name":"id","in":"query","required":true,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Request is successful","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchStaffUserByIdResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/refdata/case-worker/job-title":{"get":{"tags":["staff-ref-data-controller"],"summary":"This API is used to retrieve the Job Title's ","description":"This API will be invoked by user having idam role of staff-admin","operationId":"retrieveJobTitles","parameters":[{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Successfully retrieved list of Job Titles for the request provided","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StaffRefJobTitleResponse"}}}},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied for invalid permissions"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}},"/":{"get":{"tags":["welcome-controller"],"summary":"Welcome message for the Caseworker Ref Data API","operationId":"welcome","parameters":[{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Welcome message","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/refdata/case-worker/users":{"delete":{"tags":["case-worker-ref-users-controller"],"summary":"Delete Case Worker Profiles by User ID or Email Pattern","description":"This API is only for use in non Prod environments","operationId":"deleteCaseWorkerProfileByIdOrEmailPattern","parameters":[{"name":"userId","in":"query","required":false,"schema":{"type":"string"}},{"name":"emailPattern","in":"query","required":false,"schema":{"type":"string"}},{"name":"Authorization","in":"header","description":"Authorization token","required":true,"schema":{"type":"string"}},{"name":"ServiceAuthorization","in":"header","description":"Keyword `Bearer` followed by a service-to-service token for a whitelisted micro-service","required":true,"schema":{"type":"string"}}],"responses":{"204":{"description":"Case Worker Profiles deleted successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CaseWorkerProfilesDeletionResponse"}}}},"400":{"description":"An invalid request has been provided"},"401":{"description":"Unauthorized Error : The requested resource is restricted and requires authentication"},"403":{"description":"Forbidden Error: Access denied"},"500":{"description":"Internal Server Error"}},"security":[{"ServiceAuthorization":[]},{"Authorization":[]}]}}},"components":{"schemas":{"CaseWorkersProfileUpdationRequest":{"type":"object","properties":{"case_worker_id":{"type":"string","minLength":1},"first_name":{"type":"string","minLength":1,"pattern":"^[(a-zA-Z0-9 )\\p{L}\\p{N}'’-]{1,127}$"},"last_name":{"type":"string","minLength":1,"pattern":"^[(a-zA-Z0-9 )\\p{L}\\p{N}'’-]{1,127}$"},"email_id":{"type":"string","minLength":1},"suspended":{"type":"boolean"}},"required":["case_worker_id","email_id","first_name","last_name","suspended"]},"CaseWorkersProfileUpdationResponse":{"type":"object","properties":{"case_worker_id":{"type":"string"}}},"CaseWorkerLocationRequest":{"type":"object","properties":{"location_id":{"type":"integer","format":"int32"},"location":{"type":"string"},"is_primary":{"type":"boolean"}}},"CaseWorkerServicesRequest":{"type":"object","properties":{"service":{"type":"string"},"service_code":{"type":"string"}}},"SkillsRequest":{"type":"object","properties":{"skill_id":{"type":"integer","format":"int32"},"description":{"type":"string"},"skill_code":{"type":"string"}}},"StaffProfileCreationRequest":{"type":"object","properties":{"email_id":{"type":"string","minLength":1},"firstName":{"type":"string","example":"string","minLength":1,"pattern":"^[(a-zA-Z0-9 )\\p{L}\\p{N}'’-]{1,127}$"},"lastName":{"type":"string","example":"string","minLength":1,"pattern":"^[(a-zA-Z0-9 )\\p{L}\\p{N}'’-]{1,127}$"},"services":{"type":"array","items":{"$ref":"#/components/schemas/CaseWorkerServicesRequest"},"minItems":1},"region":{"type":"string","minLength":1},"region_id":{"type":"integer","format":"int32"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/StaffProfileRoleRequest"},"minItems":1},"task_supervisor":{"type":"boolean"},"suspended":{"type":"boolean"},"case_allocator":{"type":"boolean"},"staff_admin":{"type":"boolean"},"base_locations":{"type":"array","items":{"$ref":"#/components/schemas/CaseWorkerLocationRequest"},"minItems":1},"user_type":{"type":"string","minLength":1},"skills":{"type":"array","items":{"$ref":"#/components/schemas/SkillsRequest"}},"is_resend_invite":{"type":"boolean"}},"required":["base_locations","email_id","firstName","lastName","region","roles","services","user_type"]},"StaffProfileRoleRequest":{"type":"object","properties":{"role_id":{"type":"integer","format":"int32"},"role":{"type":"string"},"is_primary":{"type":"boolean"}}},"StaffProfileCreationResponse":{"type":"object","properties":{"case_worker_id":{"type":"string"}}},"UserRequest":{"type":"object","properties":{"userIds":{"type":"array","items":{"type":"string"}}}},"CaseWorkerProfile":{"type":"object","properties":{"id":{"type":"string"},"firstName":{"type":"string","example":"string","minLength":1,"pattern":"^[(a-zA-Z0-9 )\\p{L}\\p{N}'’-]{1,127}$"},"lastName":{"type":"string","example":"string","minLength":1,"pattern":"^[(a-zA-Z0-9 )\\p{L}\\p{N}'’-]{1,127}$"},"region_id":{"type":"integer","format":"int32"},"user_type":{"type":"string","minLength":1},"idam_roles":{"type":"string"},"suspended":{"type":"string"},"case_allocator":{"type":"string"},"task_supervisor":{"type":"string"},"staff_admin":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"last_updated_time":{"type":"string","format":"date-time"},"email_id":{"type":"string","minLength":1},"region":{"type":"string","minLength":1},"base_location":{"type":"array","items":{"$ref":"#/components/schemas/Location"}},"user_type_id":{"type":"integer","format":"int64"},"role":{"type":"array","items":{"$ref":"#/components/schemas/Role"},"minItems":1},"skills":{"type":"array","items":{"$ref":"#/components/schemas/Skill"}},"work_area":{"type":"array","items":{"$ref":"#/components/schemas/WorkArea"},"minItems":1}},"required":["email_id","firstName","lastName","region","role","user_type","work_area"]},"Skill":{"type":"object","properties":{"skill_id":{"type":"integer","format":"int64"},"skill_code":{"type":"string"},"description":{"type":"string"}}},"Location":{"type":"object","properties":{"created_time":{"type":"string","format":"date-time"},"last_updated_time":{"type":"string","format":"date-time"},"location_id":{"type":"integer","format":"int32"},"location":{"type":"string"},"is_primary":{"type":"boolean"}}},"Role":{"type":"object","properties":{"role_id":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"last_updated_time":{"type":"string","format":"date-time"},"role":{"type":"string"},"is_primary":{"type":"boolean"}}},"StaffProfileWithServiceName":{"type":"object","properties":{"ccd_service_name":{"type":"string"},"staff_profile":{"$ref":"#/components/schemas/CaseWorkerProfile"}}},"WorkArea":{"type":"object","properties":{"service_code":{"type":"string"},"area_of_work":{"type":"string"},"created_time":{"type":"string","format":"date-time"},"last_updated_time":{"type":"string","format":"date-time"}}},"StaffRefDataUserType":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"code":{"type":"string"}}},"StaffRefDataUserTypesResponse":{"type":"object","properties":{"user_type":{"type":"array","items":{"$ref":"#/components/schemas/StaffRefDataUserType"}}}},"ServiceSkill":{"type":"object","properties":{"id":{"type":"string"},"skills":{"type":"array","items":{"$ref":"#/components/schemas/SkillDTO"}}}},"SkillDTO":{"type":"object","properties":{"id":{"type":"integer","format":"int64"},"code":{"type":"string"},"description":{"type":"string"},"user_type":{"type":"string"}}},"StaffWorkerSkillResponse":{"type":"object","properties":{"service_skill":{"type":"array","items":{"$ref":"#/components/schemas/ServiceSkill"}}}},"SearchStaffUserResponse":{"type":"object","properties":{"first_name":{"type":"string"},"last_name":{"type":"string"},"email_id":{"type":"string"},"case_worker_id":{"type":"string"},"services":{"type":"array","items":{"$ref":"#/components/schemas/ServiceResponse"}},"region":{"type":"string"},"region_id":{"type":"integer","format":"int32"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/Role"}},"task_supervisor":{"type":"boolean"},"case_allocator":{"type":"boolean"},"suspended":{"type":"boolean"},"staff_admin":{"type":"boolean"},"base_locations":{"type":"array","items":{"$ref":"#/components/schemas/Location"}},"user_type":{"type":"string"},"skills":{"type":"array","items":{"$ref":"#/components/schemas/SkillResponse"}}}},"ServiceResponse":{"type":"object","properties":{"service":{"type":"string"},"service_code":{"type":"string"}}},"SkillResponse":{"type":"object","properties":{"skill_id":{"type":"integer","format":"int64"},"description":{"type":"string"}}},"SearchStaffUserByIdResponse":{"type":"object","properties":{"first_name":{"type":"string"},"last_name":{"type":"string"},"email_id":{"type":"string"},"case_worker_id":{"type":"string"},"services":{"type":"array","items":{"$ref":"#/components/schemas/ServiceResponse"}},"region":{"type":"string"},"region_id":{"type":"integer","format":"int32"},"roles":{"type":"array","items":{"$ref":"#/components/schemas/Role"}},"task_supervisor":{"type":"boolean"},"case_allocator":{"type":"boolean"},"suspended":{"type":"boolean"},"staff_admin":{"type":"boolean"},"base_locations":{"type":"array","items":{"$ref":"#/components/schemas/Location"}},"user_type":{"type":"string"},"skills":{"type":"array","items":{"$ref":"#/components/schemas/SkillResponse"}},"up_idam_status":{"type":"string"}}},"StaffRefDataJobTitle":{"type":"object","properties":{"role_id":{"type":"integer","format":"int64"},"role_description":{"type":"string"}}},"StaffRefJobTitleResponse":{"type":"object","properties":{"job_title":{"type":"array","items":{"$ref":"#/components/schemas/StaffRefDataJobTitle"}}}},"CaseWorkerProfilesDeletionResponse":{"type":"object","properties":{"statusCode":{"type":"integer","format":"int32"},"message":{"type":"string"}}}},"securitySchemes":{"Authorization":{"type":"http","scheme":"bearer","bearerFormat":"JWT"},"ServiceAuthorization":{"type":"apiKey","description":"ServiceAuthorization","name":"ServiceAuthorization","in":"header","bearerFormat":"JWT"}}}}
