-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Unable to load schema from 'https://json-schema.org/draft/2020-12/schema'. No schema request service available #103
Comments
Hy @JeelRajodiya , I was not getting issue for that specific one but here are the others tab where syntax error occur instead of showing the number of test cases failed |
@AQIB-NAWAB, Thanks for reporting. These syntax errors are intentionally there. Since format keyword is not part of validation, we had to implement custom error logic in the last chapter. |
Hi, I’d love to work on it. |
@r3yc0n1c Sure, please go ahead. |
@r3yc0n1c Are you still working on it? Please give an update! |
Sorry for not updating here... I'll need some time - I was working on the new 404 page for the website... I will wrap this up soon. |
This error comes from the JSON language server used by the editor. I don't think there's a way to fix it entirely other than disabling the JSON language Features extension, but then you wouldn't get JSON syntax errors. Even if you figure out a way to plugin in a schema request service, you're then going to get the warning "The schema uses meta-schema features ($dynamicRef) that are not yet supported by the validator." That's arguably a worse outcome. |
At Chapter 6, lesson 2. The editor yielded an error saying "Unable to load schema from 'https://json-schema.org/draft/2020-12/schema'. No schema request service available"
The text was updated successfully, but these errors were encountered: