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
* Support external $ref with JSON Pointer fragment (issue #49)
Refs of the form 'file.yaml#/components/parameters/foo' previously
failed because the fragment was included in the file path. Now the
reference is split at '#', the external file is loaded, and the JSON
Pointer fragment is used to extract the correct sub-object.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Apply black formatting
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments