Documentation:

Here is an example of a valid resume JSON:

        
{
  "name": "Anish Sahoo",
  "email": "",
  "phone": "123-456-7890",
  "address": "1234 Elm St, Springfield, IL",
  "education": [
    {
      "school": "school name",
      "degree": "degree name",
      "graduation": "graduation date/info",
      "gpa": "0.0/4.0",
      "courses": [
        "Data Structures",
        "Algorithms",
        "Computer Architecture"
      ]
    }
  ],
  "experience": [
    {
      "company": "Company",
      "title": "Software Engineering Intern",
      "start": "May 2024",
      "end": "August 2024",
      "description": "Worked on the Company team."
    }
  ],
  "projects": [
    {
      "name": "ResumeTex",
      "description": "A fast way to create resumes for CS Majors."
    }
  ],
  "skills": [
    "Python",
    "JavaScript"
  ]
}