Skip to content

ResumeSchema

Defined in: types.d.ts:10

optional $schema?: string;

Defined in: types.d.ts:12

Link to the version of the schema that can validate the resume


optional awards?: object[];

Defined in: types.d.ts:14

Specify any awards you have received throughout your professional career

[k: string]: unknown
optional awarder?: string;

E.g. Time Magazine

optional date?: string;
optional summary?: string;

E.g. Received for my work with Quantum Physics

optional title?: string;

E.g. One of the 100 greatest minds of the century


optional basics?: object;

Defined in: types.d.ts:24

[k: string]: unknown
optional email?: string;

E.g. [email protected]

optional image?: string;

URL (as per RFC 3986) to a image in JPEG or PNG format

optional label?: string;

E.g. Web Developer

optional location?: object;
[k: string]: unknown
optional address?: string;

To add multiple address lines, use . For example, 1234 Glücklichkeit Straße Hinterhaus 5. Etage li.

optional city?: string;
optional countryCode?: string;

Code as per ISO-3166-1 ALPHA-2, e.g. US, AU, IN

optional postalCode?: string;
optional region?: string;

The general region where you live. Can be a US state, or a province, for instance.

optional name?: string;
optional phone?: string;

Phone numbers are stored as strings so use any format you like, e.g. 712-117-2923

optional profiles?: object[];

Specify any number of social networks that you participate in

[k: string]: unknown
optional summary?: string;

Write a short 2-3 sentence biography about yourself

optional url?: string;

URL (as per RFC 3986) to your website, e.g. personal homepage


optional certificates?: object[];

Defined in: types.d.ts:74

Specify any certificates you have received throughout your professional career

[k: string]: unknown
optional date?: string;

E.g. 1989-06-12

optional issuer?: string;

E.g. CNCF

optional name?: string;

E.g. Certified Kubernetes Administrator

optional url?: string;

E.g. http://example.com


optional education?: object[];

Defined in: types.d.ts:85

[k: string]: unknown
optional area?: string;

E.g. Arts

optional courses?: string[];

List notable courses/subjects

optional endDate?: string;
optional institution?: string;

E.g. Massachusetts Institute of Technology

optional score?: string;

Grade point average, e.g. 3.67/4.0

optional startDate?: string;
optional studyType?: string;

E.g. Bachelor

optional url?: string;

E.g. http://facebook.example.com


optional interests?: object[];

Defined in: types.d.ts:102

[k: string]: unknown
optional keywords?: string[];
optional name?: string;

E.g. Philosophy


optional languages?: object[];

Defined in: types.d.ts:109

List any other languages you speak

[k: string]: unknown
optional fluency?: string;

E.g. Fluent, Beginner

optional language?: string;

E.g. English, Spanish


optional meta?: object;

Defined in: types.d.ts:117

The schema version and any other tooling configuration lives here

[k: string]: unknown
optional canonical?: string;

URL (as per RFC 3986) to latest version of this document

optional lastModified?: string;

Using ISO 8601 with YYYY-MM-DDThh:mm:ss

optional version?: string;

A version field which follows semver - e.g. v1.0.0


optional projects?: object[];

Defined in: types.d.ts:127

Specify career projects

[k: string]: unknown
optional description?: string;

Short summary of project. e.g. Collated works of 2017.

optional endDate?: string;
optional entity?: string;

Specify the relevant company/entity affiliations e.g. ‘greenpeace’, ‘corporationXYZ’

optional highlights?: string[];

Specify multiple features

optional keywords?: string[];

Specify special elements involved

optional name?: string;

E.g. The World Wide Web

optional roles?: string[];

Specify your role on this project or in company

optional startDate?: string;
optional type?: string;

E.g. ‘volunteering’, ‘presentation’, ‘talk’, ‘application’, ‘conference’

optional url?: string;

E.g. http://www.computer.org/csdl/mags/co/1996/10/rx069-abs.html


optional publications?: object[];

Defined in: types.d.ts:155

Specify your publications through your career

[k: string]: unknown
optional name?: string;

E.g. The World Wide Web

optional publisher?: string;

E.g. IEEE, Computer Magazine

optional releaseDate?: string;
optional summary?: string;

Short summary of publication. e.g. Discussion of the World Wide Web, HTTP, HTML.

optional url?: string;

E.g. http://www.computer.org.example.com/csdl/mags/co/1996/10/rx069-abs.html


optional references?: object[];

Defined in: types.d.ts:174

List references you have received

[k: string]: unknown
optional name?: string;

E.g. Timothy Cook

optional reference?: string;

E.g. Joe blogs was a great employee, who turned up to work at least once a week. He exceeded my expectations when it came to doing nothing.


optional skills?: object[];

Defined in: types.d.ts:186

List out your professional skill-set

[k: string]: unknown
optional keywords?: string[];

List some keywords pertaining to this skill

optional level?: string;

E.g. Master

optional name?: string;

E.g. Web Development


optional volunteer?: object[];

Defined in: types.d.ts:195

[k: string]: unknown
optional endDate?: string;
optional highlights?: string[];

Specify accomplishments and achievements

optional organization?: string;

E.g. Facebook

optional position?: string;

E.g. Software Engineer

optional startDate?: string;
optional summary?: string;

Give an overview of your responsibilities at the company

optional url?: string;

E.g. http://facebook.example.com


optional work?: object[];

Defined in: types.d.ts:210

[k: string]: unknown
optional description?: string;

E.g. Social Media Company

optional endDate?: string;
optional highlights?: string[];

Specify multiple accomplishments

optional location?: string;

E.g. Menlo Park, CA

optional name?: string;

E.g. Facebook

optional position?: string;

E.g. Software Engineer

optional startDate?: string;
optional summary?: string;

Give an overview of your responsibilities at the company

optional url?: string;

E.g. http://facebook.example.com