-
I think there could be no objections against adding the postal code and the street (both as optional fields) to the location object:
```
"location": {
"type": "object",
"properties": {
…
ocram updated
10 years ago
-
Hey Jared, nice work so far! I will be pulling theme statistics later so you can see how many people are using your theme.
So we just launched the first official version, 0.0.0. and will need to up…
-
Are `endDate`s exclusive or inclusive?
I suppose you mean inclusive, but it might be worth being explicit somewhere.
-
One addition to the awards section that might be nice would be another field called something like "description". Any internal awards given within an organization would be essentially meaningless to …
-
Someone should be able to specify what professional presentations they have done.
-
A user may want to add some short context to a publication so adding an optional `summary` field for a publication could be useful. For example, if I published a paper called "JSON Schema for Resumes"…
-
References seem to be set up to like testimonials. I'm used to references on a resume being the a brief description and contact details of someone you have worked with so that the recruiter can call a…
-
like [DOI](http://en.wikipedia.org/wiki/Digital_object_identifier), ISBN or another number.
``` yaml
name: string
publisher: string
releaseDate: string
website: string
identifiers:
- type: doi
…
-
Apparently it is [customary to attach a picture](http://www.thelocal.de/20130131/47649) to your German resume (or Lebenslauf). It seems easy to provide an optional `picture` field that would link to …
-
Heroku suggests to downcase JSON attributes: https://github.com/interagent/http-api-design#downcase-paths-and-attributes
`country_code` would be better than `countryCode`