{
"success": true,
"data": [
{
"type": "personal_details",
"value": {
"name": "Jane Doe",
"date_of_birth": "1990-01-01",
"nationality": "American",
"gender": "Female",
"email": "janedoe@example.com",
"contact_number": "1234567890"
}
},
{
"type": "languages",
"value": [
{
"language": "English",
"proficiency": "Fluent"
},
{
"language": "Spanish",
"proficiency": "Intermediate"
}
]
},
{
"type": "educations",
"value": [
{
"field_of_study": "Computer Science",
"institution": "XYZ University",
"start_date": "2008-09-01",
"end_date": "2012-05-31",
"CGPA": "3.8"
}
]
},
{
"type": "work_experiences",
"value": [
{
"job_title": "Software Engineer",
"company_name": "ABC Tech",
"location": "New York, USA",
"start_date": "2013-06-01",
"end_date": "2018-12-31",
"responsibilities": "Developed web applications, managed databases, and collaborated with the product team."
},
{
"job_title": "Senior Software Engineer",
"company_name": "Tech Solutions",
"location": "San Francisco, USA",
"start_date": "2019-01-01",
"end_date": "Present",
"responsibilities": "Led a team of developers, optimized performance, and designed scalable systems."
}
]
},
{
"type": "certifications",
"value": [
{
"certification_name": "AWS Certified Solutions Architect",
"issuing_organization": "Amazon Web Services",
"issue_date": "2021-06-15",
"expiry_date": "2024-06-15"
}
]
},
{
"type": "technical_skills",
"value": [
"JavaScript",
"Node.js",
"React",
"AWS",
"Docker"
]
},
{
"type": "soft_skills",
"value": [
"Communication",
"Leadership",
"Problem-solving",
"Time Management"
]
},
{
"type": "references",
"value": [
{
"name": "John Smith",
"position": "Manager",
"contact_number": "9876543210",
"email": "johnsmith@example.com"
}
]
}
],
"miscellaneous": {
"processedTime": 19.548214917
}
}