Skip to content

Commit

Permalink
Merge pull request #237 from MarkBiesheuvel/feature_204
Browse files Browse the repository at this point in the history
Add (minimal) metadata to schema #204
  • Loading branch information
thomasdavis committed Apr 27, 2016
2 parents 6bf32b2 + 81fce91 commit de60679
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
6 changes: 5 additions & 1 deletion resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,9 @@
"name": "Erlich Bachman",
"reference": "It is my pleasure to recommend Richard, his performance working as a consultant for Main St. Company proved that he will be a valuable addition to any company."
}
]
],
"meta": {
"url": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
"dateModified": 1461755909
}
}
12 changes: 11 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,18 @@
"description": "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."
}
}

}
},
"meta": {
"type": "object",
"additionalProperties": true,
"properties": {
"url": {
"type": "string",
"description": "URL (as per RFC 3986) to latest version of this document"
}
},
"description": "The schema version and any other tooling configuration lives here"
}
}
}

0 comments on commit de60679

Please sign in to comment.