Skip to content
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

Error: no schema with key or ref "https://json-schema.org/draft-04/schema#" #9

Open
andreif opened this issue Jul 4, 2023 · 4 comments

Comments

@andreif
Copy link

andreif commented Jul 4, 2023

It only works with HTTP

"$schema": "http://json-schema.org/draft-04/schema#",

Is it intentional? Docs mention that one should be able to refer HTTPS

"$schema": "https://json-schema.org/draft-04/schema#",
@jeremyfiel
Copy link

jeremyfiel commented Jul 4, 2023

Believe they only host http. @Relequestual

@andreif
Copy link
Author

andreif commented Jul 4, 2023

Fixed in #8

@andreif
Copy link
Author

andreif commented Jul 4, 2023

The URIs do return schema both via HTTP and HTTPS. Also, docs are mentioning almost exclusively HTTPS. This is probably a bigger project to add support of HTTPS for every schema. Personally I only interested in draft4.

@jeremyfiel
Copy link

@handrews probably has some insight on this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants