ResumeData
The main type that represents all resume data in the application.Fields
Contact and identifying information for the resume header
Professional summary or objective statement
Array of work experience entries
Array of education entries
Array of skills
Array of project entries
Array of custom sections you can add to the resume
Defines the order in which sections appear on the resume
PersonalInfo
Contains all personal and contact information displayed in the resume header.Fields
Your full name as it should appear on the resume
Email address for contact
Phone number for contact
Personal website URL
LinkedIn profile URL or username
GitHub profile URL or username
Current location (city, state/country)
Current or desired job title
ResumeTemplate
Defines the available template styles for rendering the resume.Values
classic- Traditional resume layout with serif fontsmodern- Contemporary design with accent colorsminimal- Clean, minimalist layout
SectionId
Identifies the different sections that can appear on a resume.Values
personal-info- Personal information headersummary- Professional summary sectionexperience- Work experience sectionprojects- Projects sectioneducation- Education sectionskills- Skills sectioncustomSections- Custom sections you define

