Support for remote $refs
See original GitHub issueIs your feature request related to a problem? Please describe.
Remote $ref are not resolved
Describe the solution you’d like
Remote $ref to be resolved
Describe alternatives you’ve considered
Remote $refs are downloaded and converted to local refs by an external component
Additional context
components:
schemas:
Problem:
$ref: "https://opensource.zalando.com/problem/schema.yaml#/Problem"
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Git - The Refspec - Git SCM
The Refspec. Throughout this book, we've used simple mappings from remote branches to local references, but they can be more complex. Suppose you...
Read more >git-push - Update remote refs along with associated objects
Updates remote refs using local refs, while sending objects necessary to complete the given refs. You can make interesting things happen to a...
Read more >"git fetch" remote refs of remotes - Stack Overflow
Is there a way I can fetch the remote branches from a remote repository? # A: Create a repo with two branches >...
Read more >Git Refs: What You Need to Know | Atlassian Git Tutorial
Refspecs. A refspec maps a branch in the local repository to a branch in a remote repository. This makes it possible to manage...
Read more >Dealing with non-fast-forward errors - GitHub Docs
Sometimes, Git can't make your change to a remote repository without ... failed to push some refs to 'https://github.com/USERNAME/REPOSITORY.git' > To ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you very much 😃 These days I was attending EuroPython online edition and I shared your work with the community. Next week I’ll push some more tests. Thanks for your great work!
@ioggstream I don’t use your library because of cutting dependency. Also, I decide I don’t need it this phase.