-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
json-schema.org/schema 404 #195189
Comments
This error is due to a revamped https://json-schema.org where we are only hosting HTTPS content. I believe we are serving a 301 from the meta-schema URLs, though. Potential problems:
|
Some updates after meeting with the json-schema team:
Here are some updates after the redirection was added, and restarting VS Code:
|
Yes, those redirections serves both http and https. |
I verified that we do not use or propose |
@aeschli please be aware that the Furthermore, could you verify that the published meta-schema URIs are not downloaded, please? They should be considered well-known and supported offline. These definitely SHOULD NOT be regularly accessed by download.
We're not sure yet what the next iteration will be. |
@aeschli please confirm the other meta-schemas are not regularly downloaded. Otherwise this issue is NOT completed. |
We currently have a copy of draft-4 and draft-7 so there is no download for these. Others are downloaded, but they are cached locally. |
Does this issue occur when all extensions are disabled?: Yes
I've been getting a 404 not found error code from https://json-schema.org/schema in VS Code and in multiple different browsers, and on different networks. Additionally, VS code no longer provides intellisense when I use that schema URL.
Steps to Reproduce:
<file>.json
(for example,schema.json
)The text was updated successfully, but these errors were encountered: