-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation/V1 Schema Megathread #27
Comments
CLI Problems -> jsonresume/resume-cli#441 |
@thomasdavis, just hit this block while testing this out for the first time (I must confess, this is the first time I have ever heard of a JSON Resume, and I love the idea):
I'm still studying at the university, thus my PS: Let me know if this is not the right channel to report this. |
Same error as @MarcoBomfim, but for a different reason. I went to school for a year, wasn't sure what do, stopped and then started again. That was 20 years ago for me. I don't list the start and end date for my schooling at all on LinkedIn, which is were I exported my JSON from. I'll try to get the dates in there to move forward, but thought I'd mention it. |
If you remove the node entirely, the themes can adjust for that. For example, the Stackoverlow theme will show that as |
Using chrome extension for Linkeding I'm getting this error even if I removed endDate. Is there a way to debug it? |
For now i think i have bypassed the endDate issue , not sure will it work or not, but not giving error there now, though i am getting error ahead. |
@thomasdavis currently getting error, Note : I am generating this from linkedin using the extension with stable or default config. I had to change few nulls and date as above, that errors have been bypassed, I got this one. I tried to debug I figured that the issue is with the $schema link, which has this url : https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json and in it the title key is there which has value "Resume Schema". Now not sure why it requires object and why here string is provided |
i took that json, installed resume-cli locally, replaced basic resume.json that gets created after resume init command with this json. It gives error when resume validate is called. Here the warning logs :- |
the issue was some how with this (new Date()).toString() since after i remove that section it started to work |
When using the JSON resume exporter tool in my LinkedIn profile, I got the JSON file with an empty "endDate" field for my current job position, and this caused an error in the JSON resume registry. Example Input: {
"work": [
{
"name": "Company Name",
"position": "Ninja",
"startDate": "2022-05-31",
"endDate": "",
}
]
} JSON resume registry message:
The workaround, for now, is just to remove that line and then it works. |
I just bumped the schema version to v1 which makes the registry functions have breaking changes.
There is going to be problems, therefore this mega thread.
All pre-existing PR's can still be merged.
Happy to answer and fix all problems, sorry for any inconveniences.
The v1 release of the schema commits to the idea that there won't be support for official backward incompatibilities -> jsonresume/resume-schema#372
The text was updated successfully, but these errors were encountered: