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

FYI: json-refs has some issues w/ resolving JSON Schemas #86

Open
NfNitLoop opened this issue Mar 8, 2024 · 1 comment
Open

FYI: json-refs has some issues w/ resolving JSON Schemas #86

NfNitLoop opened this issue Mar 8, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@NfNitLoop
Copy link

For details, see the upstream issue here: whitlockjc/json-refs#207

The core of the issue, from the maintainer of that project:

https://vega.github.io/schema/vega-lite/v5.json is a JSON Schema file and its $ref plays by different rules than JSON References. So the many cases where $ref is adjacent to other properties, these are not valid in JSON References but are for JSON Schema.

This means that not only is my particular case affected by the bug, but that json-refs in its current state might not be a good general purpose solution to resolving refs in JSON Schemas.

@StefanTerdell
Copy link
Owner

Noted! Any recommendations?

@StefanTerdell StefanTerdell added the documentation Improvements or additions to documentation label May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants