You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use 0/$ref everywhere it can happen, as the substitution by
Reference Objects is type-specific rather than context-specific.
This means that the reftype always applies to the object
being processed.
Fix paths and pointers in an attempt to better encapsulate
jschon's JSON Pointer classes. Still not entirely clear if
the encapsualtion is practical / desirable, but it feels
more consistent where it works.
Update jschon to include a pre-0.10.3 patch (which has
been accepted and 0.10.3 will be released soon) fixing improper
partial wrapping of annotation values in jschon.JSON instances.
The jschon git branch including the above fix also includes
a PR submitted upstream to enable an OAS-specific JSON class
that can mix JSONSchema and non-JSONSchema in the same document.
See pyproject.toml for references to jschon issues and PRs to
track this idea.
Also added intermediate grouping nodes for arrays such as
Tags, Servers, etc. They make the visualizations more clear.
0 commit comments