Skip to content

Commit dda879c

Browse files
author
Vasile Boris
authored
Add url to education institution (#318)
1 parent a34936b commit dda879c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sample.resume.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"education": [
6262
{
6363
"institution": "University of Oklahoma",
64+
"url": "https://www.ou.edu/",
6465
"area": "Information Technology",
6566
"studyType": "Bachelor",
6667
"startDate": "2011-06-01",

schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@
194194
"type": "string",
195195
"description": "e.g. Massachusetts Institute of Technology"
196196
},
197+
"url": {
198+
"type": "string",
199+
"description": "e.g. http://facebook.example.com",
200+
"format": "uri"
201+
},
197202
"area": {
198203
"type": "string",
199204
"description": "e.g. Arts"

0 commit comments

Comments
 (0)