You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$schema seems to point to the correct (versioned) URL. The file on master is the latest schema, which may not match the published one.
meta.canonical points to a valid file on master, but like $schema, I think it should point to a versioned URL. Opened #472 fixing that.
Either way, we need a new release to fix the broken resume.json reference—and the versions in sample.resume.json must be updated beforehand to match the new release version.
In the 1.0.0 release of the file
sample.resume.json
the valuemeta.canonical
points to a path that is now 404.See this file: https://github.com/jsonresume/resume-schema/blob/7095651fbbb593d2c5dc2db3095412b170d74d2e/sample.resume.json
It points to: https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json
This should probably point to: https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json
On master it points to: https://raw.githubusercontent.com/jsonresume/resume-schema/master/sample.resume.json which probably is wrong as well.
This came up to me in the issue here TaserudConsulting/jsonresume-nix#3 because I got bad URL's from
resumed
which is an issue that I've reported here: rbardini/resumed#8However, this library would need a new release that addresses this so
resumed
can update and actually provide the correct path in it's sample.The text was updated successfully, but these errors were encountered: