jsonresume / resume-website

Website for JSON Resume. 🏡 DEPRECATED - SEE MONO
https://github.com/jsonresume/jsonresume.org
MIT License
439 stars 86 forks source link

Inconsistent use of url vs website for registry #121

Open lowlydba opened 2 years ago

lowlydba commented 2 years ago

As seen on my resume (https://gist.github.com/lowlydba/7af569383cf2312b2430551aa2a47ced) I need to use a mix of URL and Website to get the links to display properly on the registry - it is inconsistent with the published 1.0 schema.

SethFalco commented 2 years ago

Unfortunately, not all themes are updated to support the latest version of JSON Schema. I'm reviewing this atm to see if we can get them all updated, or forked if they are no longer maintained.

Meanwhile, perhaps we could also add an adapter in the registry itself to kind of "polyfill" the missing properties that were renamed over time. 🤔

I'll evaluate the latter next weekend.