diff --git a/resume.json b/resume.json index 5ac6100e..b16aca87 100644 --- a/resume.json +++ b/resume.json @@ -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 + } } diff --git a/schema.json b/schema.json index 44b75c8e..6b289505 100644 --- a/schema.json +++ b/schema.json @@ -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" } } }