jsonresume / resume-schema

JSON-Schema is used here to define and validate our proposed resume json
http://jsonresume.org
MIT License
2.15k stars 277 forks source link

Optional `picture: url` field #67

Closed iamdanfox closed 10 years ago

iamdanfox commented 10 years ago

Apparently it is customary to attach a picture to your German resume (or Lebenslauf). It seems easy to provide an optional picture field that would link to an image download.

The URL would be expected to link to a jpg, png or other conventional image type, perhaps with a max file size?

ocram commented 10 years ago

+1, should work like this: https://github.com/jsonresume/resume-schema/pull/80

thomasdavis commented 10 years ago

Looks like we are going ahead with this suggestion but we will keep the rest of discussion in the thread above.