We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34936b commit dda879cCopy full SHA for dda879c
sample.resume.json
@@ -61,6 +61,7 @@
61
"education": [
62
{
63
"institution": "University of Oklahoma",
64
+ "url": "https://www.ou.edu/",
65
"area": "Information Technology",
66
"studyType": "Bachelor",
67
"startDate": "2011-06-01",
schema.json
@@ -194,6 +194,11 @@
194
"type": "string",
195
"description": "e.g. Massachusetts Institute of Technology"
196
},
197
+ "url": {
198
+ "type": "string",
199
+ "description": "e.g. http://facebook.example.com",
200
+ "format": "uri"
201
+ },
202
"area": {
203
204
"description": "e.g. Arts"
0 commit comments