Open
Description
Would it be possible to add an object in publications that allows for more details?
Currently the resume-schema for publications is:
"publications": [{
"name": "Publication",
"publisher": "Company",
"releaseDate": "2014-10-01",
"website": "http://publication.com",
"summary": "Description..."
}],
However, and object that contains details such as volume, pages, issue would be very useful for those in academia. In additions, an array for authors would be greatly appreciated as well. Any information on this matter would be appreciated.