resume-schema
resume-schema copied to clipboard
Schema improvements
basic.pronounsportfolio: Similar toprofiles(otherwise,profilescould be renamed to something more general and there could be atypefield ("profile","portfolio","blog", etc.))contractTypeforwork: There are several different options:- permanently employed/salaried
- freelancer
- full-time/part-time
- internship
- student job
- fixed-term
- voluntary service
- Markdown fields (formatted text):
work.*.highlightswork.*.summaryvolunteer.*.highlightsvolunteer.*.summaryproject.*.highlightsproject.*.description
- Reference types
- Turn links into an object (
{ "type": "url", "value": "https://…" }) and add references to other fields (#422, #426; e.g.{ "type": "doi", "value": "doi:10.1000/182" }or{ "type": "isbn", "value": "978-3-7502-4718-5" }or{ "type": "fedi", "value": "@[email protected]" })
- Turn links into an object (
Good suggestions!
I'd probably add
basics.title to the list