This is the standard for resumes. A resume should be saved as JSON. This page displays the specification as psuedo-code. JSON Format displays it in JSON.Fields:
First Name: string
Middle Name: string
Last Name: string
Display Name: string
Address 1: string
Address 2: string
Phone: string
Email: string
Jobs: [
Job : {
Company : string
Location : string
Title: string
Start Date: Date
End Date: Date
JobDescriptions: [
JobDescription: String
]
}
]
Skills: [
Skill: {
Name: Text
LengthOfTime: TBD
Expertise: Text Beginner | Intermediate | Expert
}
]
Educations : [
Education: {
School: string
Location: string
StartDate: Date
EndDate: Date
Graduated: Boolean
GPA: number
Major: string
}
]
Certifications: [
Certifaction: {
Title: text
Description: text
Date: text
}
]