Skip to content

Instantly share code, notes, and snippets.

@emerald-snippets
Last active March 11, 2023 22:51
Show Gist options
  • Save emerald-snippets/80506676234f5fa6be635c8145335e5b to your computer and use it in GitHub Desktop.
Save emerald-snippets/80506676234f5fa6be635c8145335e5b to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "{{basics.name}}",
"label": "{{basics.label}}",
"image": "{{basics.image}}",
"email": "{{basics.email}}@gmail.com",
"phone": "{{basics.phone}}",
"url": "https://{{basics.url}}",
"website": "{{basics.website}}",
"summary": "{{basics.summary}}",
"location": {
"postalCode": "{{basics.location.postalCode}}",
"city": "{{basics.location.city}}",
"countryCode": "{{basics.location.countryCode}}",
"region": "{{basics.location.region}}"
},
"profiles": [
{
"network": "{{pro.network}}",
"url": "https://{{pro.url}}",
"username": "{{pro.username}}"
}
]
},
"work": [
{
"summary": "{{job.summary}}",
"name": "{{job.name}}",
"website": "{{job.website}}",
"location": "{{job.location}}",
"position": "{{job.position}}",
"startDate": "2000-01-01",
"highlights": [
"{{hig}}"
]
},
{
"summary": "{{job.summary}}",
"name": "{{job.name}}",
"url": "https://{{job.url}}",
"location": "{{job.location}}",
"position": "{{job.position}}",
"startDate": "2000-01-01",
"endDate": "2001-01-01",
"highlights": [
"{{hig}}"
]
}
],
"volunteer": [
{
"organization": "{{vol.organization}}",
"position": "{{vol.position}}",
"url": "https://{{vol.url}}",
"summary": "{{vol.summary}}",
"startDate": "2000-01-01",
"highlights": [
"{{hig}}"
]
},
{
"organization": "{{vol.organization}}",
"position": "{{vol.position}}",
"url": "https://{{vol.url}}",
"summary": "{{vol.summary}}",
"startDate": "2000-01-01",
"endDate": "2001-01-01",
"highlights": [
"{{hig}}"
]
}
],
"education": [
{
"institution": "{{edu.institution}}",
"url": "https://{{edu.url}}",
"area": "{{edu.area}}",
"studyType": "{{edu.studyType}}",
"startDate": "2000-01-01",
"score": "{{edu.score}}",
"courses": [
"{{course}}"
]
},
{
"institution": "{{edu.institution}}",
"url": "https://{{edu.url}}",
"area": "{{edu.area}}",
"studyType": "{{edu.studyType}}",
"startDate": "2000-01-01",
"endDate": "2001-01-01",
"score": "{{edu.score}}"
}
],
"skills": [
{
"name": "{{ski.name}}",
"level": "{{ski.level}}",
"keywords": [
"{{key}}"
]
}
],
"awards": [
{
"title": "{{awa.title}}",
"awarder": "{{awa.awarder}}",
"summary": "{{awa.summary}}",
"date": "2000-01-01"
}
],
"languages": [
{
"language": "{{lan.language}}",
"fluency": "{{lan.fluency}}"
}
],
"projects": [
{
"name": "{{pro.name}}",
"description": "{{pro.description}}",
"highlights": [
"{{hig}}"
],
"keywords": [
"{{key}}"
],
"roles": [
"{{role}}"
],
"entity": "{{pro.entity}}",
"startDate": "2000-01-01",
"url": "https://{{pro.url}}",
"type": "{{pro.type}}"
},
{
"name": "{{pro.name}}",
"description": "{{pro.description}}",
"highlights": [
"{{hig}}"
],
"keywords": [
"{{key}}"
],
"roles": [
"{{role}}"
],
"entity": "{{pro.entity}}",
"startDate": "2000-01-01",
"endDate": "2001-01-01",
"url": "https://{{pro.url}}",
"type": "{{pro.type}}"
}
],
"certificates": [
{
"name": "{{cer.name}}",
"date": "2000-01-01",
"url": "https://{{cer.url}}",
"issuer": "{{cer.issuer}}"
}
],
"interests": [
{
"name": "{{int.name}}",
"keywords": [
"{{key}}"
]
}
],
"publications": [
{
"name": "{{pub.name}}",
"publisher": "{{pub.publisher}}",
"summary": "{{pub.summary}}",
"releaseDate": "2000-01-01",
"url": "https://{{pub.publisher}}"
}
],
"references": [
{
"reference": "{{ref.reference}}",
"name": "{{ref.name}}"
}
],
"meta": {
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"version": "v1.0.0",
"lastModified": "2022-01-22T15:53:00"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment