-
Notifications
You must be signed in to change notification settings - Fork 27
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
move the $ref links to relative urls #23
Comments
Relative URLs can work well for JSON Schema (at least for me using VS Code and the ES Lint plug-in etc), but this is not necessarily the case for all parsers and validators. Some developers may need to be explicit in their parameters to their parser/validator to a) have it load referenced schemas and b) provide the paths in which the parser/validator should look for those referenced schemas. |
Summarising the out-of-band email conversation here between Arjan, Erwin, and I: a. The $refs have now all been made relative. You can open the url scheme if you provide a URL parameter: Arjan has added this URL to the Wiki pages as well: Closing this issue as complete (reopen if you disagee). |
Currently the $ref's are absolute URL's pointing to the adewg's master branch. This makes it hard to test and verify in other repositories.
We should check if we can simply make them relative to the (example) url scheme.
The text was updated successfully, but these errors were encountered: