-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation