You've already forked HR-atlase-vertesana
Import UAPF package
Import UAPF package: HR-atlase-vertesana-ProcessGit-v0.1.1.uapf
This commit is contained in:
96
examples/candidate-profile-output.example.json
Normal file
96
examples/candidate-profile-output.example.json
Normal file
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"algorithm": {
|
||||
"id": "algo.openhr.candidate_profiler",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"professionalProfile": {
|
||||
"cybersecurityCompetence": {
|
||||
"score": 82,
|
||||
"confidence": 0.81,
|
||||
"evidence": [
|
||||
"cv:security-program"
|
||||
]
|
||||
},
|
||||
"itProjectManagement": {
|
||||
"score": 88,
|
||||
"confidence": 0.86,
|
||||
"evidence": [
|
||||
"questionnaire:largestProject"
|
||||
]
|
||||
},
|
||||
"governanceAndRisk": {
|
||||
"score": 79,
|
||||
"confidence": 0.78,
|
||||
"evidence": [
|
||||
"questionnaire:riskExample"
|
||||
]
|
||||
},
|
||||
"stakeholderManagement": {
|
||||
"score": 84,
|
||||
"confidence": 0.8,
|
||||
"evidence": [
|
||||
"questionnaire:stakeholderExample"
|
||||
]
|
||||
}
|
||||
},
|
||||
"skillsProfile": {
|
||||
"technicalSkills": [
|
||||
"cybersecurity governance",
|
||||
"risk management",
|
||||
"enterprise IT"
|
||||
],
|
||||
"managementSkills": [
|
||||
"programme delivery",
|
||||
"stakeholder management"
|
||||
],
|
||||
"missingRequiredSkills": [],
|
||||
"transferableSkills": [
|
||||
"consulting",
|
||||
"business analysis"
|
||||
]
|
||||
},
|
||||
"behaviouralProfile": {
|
||||
"structuredWork": {
|
||||
"score": 81,
|
||||
"basis": "Evidence-backed work examples"
|
||||
},
|
||||
"decisionMaking": {
|
||||
"score": 77,
|
||||
"basis": "Risk and escalation example"
|
||||
},
|
||||
"collaboration": {
|
||||
"score": 83,
|
||||
"basis": "Cross-functional stakeholder example"
|
||||
}
|
||||
},
|
||||
"riskProfile": {
|
||||
"evidenceGaps": [
|
||||
"Certification evidence not attached"
|
||||
],
|
||||
"claimInconsistencies": [],
|
||||
"prohibitedAttributeLeakage": false,
|
||||
"roleMismatchRisks": [],
|
||||
"confidenceLimitations": [
|
||||
"No structured interview evidence"
|
||||
]
|
||||
},
|
||||
"recommendation": "NORMAL_REVIEW",
|
||||
"confidence": 0.79,
|
||||
"reasons": [
|
||||
"Strong role-related project evidence",
|
||||
"Human verification of certifications required"
|
||||
],
|
||||
"requiredHumanChecks": [
|
||||
"Verify employment chronology",
|
||||
"Verify certifications"
|
||||
],
|
||||
"limitations": [
|
||||
"Profile is based on CV and questionnaire only"
|
||||
],
|
||||
"evidenceReferences": [
|
||||
{
|
||||
"id": "cv:security-program",
|
||||
"source": "redacted_cv_text"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user