Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (minimal) metadata to schema #204 #237

Merged
merged 5 commits into from
Apr 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
}