Structured output resume Schema
Based on https://github.com/jsonresume/resume-schema
Type: object
Properties
-
basics
- Type:
object
- Properties
-
name
- Type:
string
- Type:
-
label
- e.g. Web Developer
- Type:
string
-
image
- URL (as per RFC 3986) to a image in JPEG or PNG format
- Type:
string
-
email
- e.g. thomas@gmail.com
- Type:
string
- String format must be a "email"
-
phone
- Phone numbers are stored as strings so use any format you like, e.g. 712-117-2923
- Type:
string
-
url
- URL (as per RFC 3986) to your website, e.g. personal homepage
- Type:
string
- String format must be a "uri"
-
summary
- Write a short 2-3 sentence biography about yourself
- Type:
string
-
location
- Type:
object
- Properties
-
address
- Type:
string
- Type:
-
postalCode
- Type:
string
- Type:
-
city
- Type:
string
- Type:
-
countryCode
- code as per ISO-3166-1 ALPHA-2, e.g. US, AU, IN
- Type:
string
-
region
- The general region where you live. Can be a US state, or a province, for instance.
- Type:
string
-
address
- Type:
-
profiles
- Specify any number of social networks that you participate in
- Type:
array
- Items
- Type:
object
- This schema accepts additional properties.
- Properties
-
network
- e.g. Facebook or Twitter
- Type:
string
-
username
- e.g. neutralthoughts
- Type:
string
-
url
- e.g. http://twitter.example.com/neutralthoughts
- Type:
string
- String format must be a "uri"
-
network
-
name
- Type:
-
work
- Type:
array
- Items
- Type:
object
- Properties
-
name
- e.g. Facebook
- Type:
string
-
location
- e.g. Menlo Park, CA
- Type:
string
-
description
- e.g. Social Media Company
- Type:
string
-
position
- e.g. Software Engineer
- Type:
string
-
url
- e.g. http://facebook.example.com
- Type:
string
- String format must be a "uri"
-
startDate
- $ref: #/definitions/iso8601
-
endDate
- $ref: #/definitions/iso8601
-
summary
- Give an overview of your responsibilities at the company
- Type:
string
-
highlights
- Specify multiple accomplishments
- Type:
array
- Items
- e.g. Increased profits by 20% from 2011-2012 through viral advertising
- Type:
string
-
name
- Type:
-
volunteer
- Type:
array
- Items
- Type:
object
- Properties
-
organization
- e.g. Facebook
- Type:
string
-
position
- e.g. Software Engineer
- Type:
string
-
url
- e.g. http://facebook.example.com
- Type:
string
- String format must be a "uri"
-
startDate
- $ref: #/definitions/iso8601
-
endDate
- $ref: #/definitions/iso8601
-
summary
- Give an overview of your responsibilities at the company
- Type:
string
-
highlights
- Specify accomplishments and achievements
- Type:
array
- Items
- e.g. Increased profits by 20% from 2011-2012 through viral advertising
- Type:
string
-
organization
- Type:
-
education
- Type:
array
- Items
- Type:
object
- Properties
-
institution
- e.g. Massachusetts Institute of Technology
- Type:
string
-
url
- e.g. http://facebook.example.com
- Type:
string
- String format must be a "uri"
-
area
- e.g. Arts
- Type:
string
-
studyType
- e.g. Bachelor
- Type:
string
-
startDate
- $ref: #/definitions/iso8601
-
endDate
- $ref: #/definitions/iso8601
-
score
- grade point average, e.g. 3.67/4.0
- Type:
string
-
courses
- List notable courses/subjects
- Type:
array
- Items
- e.g. H1302 - Introduction to American history
- Type:
string
-
institution
- Type:
-
awards
- Specify any awards you have received throughout your professional career
- Type:
array
- Items
- Type:
object
- Properties
-
title
- e.g. One of the 100 greatest minds of the century
- Type:
string
-
date
- $ref: #/definitions/iso8601
-
awarder
- e.g. Time Magazine
- Type:
string
-
summary
- e.g. Received for my work with Quantum Physics
- Type:
string
-
title
-
certificates
- Specify any certificates you have received throughout your professional career
- Type:
array
- Items
- Type:
object
- This schema accepts additional properties.
- Properties
-
name
- e.g. Certified Kubernetes Administrator
- Type:
string
-
date
- $ref: #/definitions/iso8601
-
url
- e.g. http://example.com
- Type:
string
- String format must be a "uri"
-
issuer
- e.g. CNCF
- Type:
string
-
name
-
publications
- Specify your publications through your career
- Type:
array
- Items
- Type:
object
- Properties
-
name
- e.g. The World Wide Web
- Type:
string
-
publisher
- e.g. IEEE, Computer Magazine
- Type:
string
-
releaseDate
- $ref: #/definitions/iso8601
-
url
- e.g. http://www.computer.org.example.com/csdl/mags/co/1996/10/rx069-abs.html
- Type:
string
- String format must be a "uri"
-
summary
- Short summary of publication. e.g. Discussion of the World Wide Web, HTTP, HTML.
- Type:
string
-
name
-
skills
- List out your professional skill-set
- Type:
array
- Items
- Type:
object
- This schema accepts additional properties.
- Properties
-
name
- e.g. Web Development
- Type:
string
-
level
- e.g. Master
- Type:
string
-
keywords
- List some keywords pertaining to this skill
- Type:
array
- Items
- e.g. HTML
- Type:
string
-
name
-
languages
- List any other languages you speak
- Type:
array
- Items
- Type:
object
- Properties
-
language
- e.g. English, Spanish
- Type:
string
-
fluency
- e.g. Fluent, Beginner
- Type:
string
-
language
-
interests
- Type:
array
- Items
- Type:
object
- Properties
-
name
- e.g. Philosophy
- Type:
string
-
keywords
- Type:
array
- Items
- e.g. Friedrich Nietzsche
- Type:
string
- Type:
-
name
- Type:
-
references
- List references you have received
- Type:
array
- Items
- Type:
object
- Properties
-
name
- e.g. Timothy Cook
- Type:
string
-
reference
- 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.
- Type:
string
-
name
-
projects
- Specify career projects
- Type:
array
- Items
- Type:
object
- Properties
-
name
- e.g. The World Wide Web
- Type:
string
-
description
- Short summary of project. e.g. Collated works of 2017.
- Type:
string
-
highlights
- Specify multiple features
- Type:
array
- Items
- e.g. Directs you close but not quite there
- Type:
string
-
keywords
- Specify special elements involved
- Type:
array
- Items
- e.g. AngularJS
- Type:
string
-
startDate
- $ref: #/definitions/iso8601
-
endDate
- $ref: #/definitions/iso8601
-
url
- e.g. http://www.computer.org/csdl/mags/co/1996/10/rx069-abs.html
- Type:
string
- String format must be a "uri"
-
roles
- Specify your role on this project or in company
- Type:
array
- Items
- e.g. Team Lead, Speaker, Writer
- Type:
string
-
entity
- Specify the relevant company/entity affiliations e.g. 'greenpeace', 'corporationXYZ'
- Type:
string
-
type
- _ e.g. 'volunteering', 'presentation', 'talk', 'application', 'conference'_
- Type:
string
-
name