mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
bbac1fdceb
Add quick sanity checks around incomplete or irregular JRS-format resumes. Also decorate existing JRS test resumes (/tests/resumes/) with current 0.0.0 JRS version ahead of 1.0.0 release.
91 lines
1.3 KiB
JSON
91 lines
1.3 KiB
JSON
{
|
|
"basics": {
|
|
"name": "",
|
|
"label": "",
|
|
"picture": "",
|
|
"email": "",
|
|
"phone": "",
|
|
"degree": "",
|
|
"website": "",
|
|
"summary": "",
|
|
"location": {
|
|
"address": "",
|
|
"postalCode": "",
|
|
"city": "",
|
|
"countryCode": "",
|
|
"region": ""
|
|
},
|
|
"profiles": [
|
|
{
|
|
"network": "",
|
|
"username": "",
|
|
"url": ""
|
|
}
|
|
]
|
|
},
|
|
"work": [
|
|
{
|
|
"company": "",
|
|
"position": "",
|
|
"website": "",
|
|
"startDate": "",
|
|
"endDate": "",
|
|
"summary": "",
|
|
"highlights": [
|
|
""
|
|
]
|
|
}
|
|
],
|
|
"awards": [
|
|
{
|
|
"title": "",
|
|
"date": "",
|
|
"awarder": "",
|
|
"summary": ""
|
|
}
|
|
],
|
|
"education": [
|
|
{
|
|
"institution": "",
|
|
"area": "",
|
|
"studyType": "",
|
|
"startDate": "",
|
|
"endDate": "",
|
|
"gpa": "",
|
|
"courses": [
|
|
""
|
|
]
|
|
}
|
|
],
|
|
"publications": [
|
|
{
|
|
"name": "",
|
|
"publisher": "",
|
|
"releaseDate": "",
|
|
"website": "",
|
|
"summary": ""
|
|
}
|
|
],
|
|
"volunteer": [
|
|
{
|
|
"organization": "",
|
|
"position": "",
|
|
"website": "",
|
|
"startDate": "",
|
|
"endDate": "",
|
|
"summary": "",
|
|
"highlights": [
|
|
""
|
|
]
|
|
}
|
|
],
|
|
"skills": [
|
|
{
|
|
"name": "",
|
|
"level": "",
|
|
"keywords": [
|
|
""
|
|
]
|
|
}
|
|
]
|
|
} |