-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support for multiple file references #55
Comments
Hi and sorry, this is not supported yet. The link to the file is a compromise (not a very good one, I have to admit). For now, you could use expand-swagger-refs to inline the references. I have not used it myself, but @asieira mentioned it in #19. I don't know, if it supports YAML, though. The question is: What would you expect to happen?
|
I expected it to display referenced content as if it were defined in the main file. I should be able to work around this using expand-swagger-refs, even if i need to convert to json first. Thanks :) |
I'll see if I can build I'll think about it on Wednesday... |
Any updates? |
No, not really. Sadly, I have not had enough time in the last weeks and when I have time, there were other things that seemed to be more important to me (and to be honest, more interesting). |
Any updates? |
No, I think I would proceed to solve some of the issue, if there were more active developers on this project. Up to now, there are only occasional pull-requests (which I am very grateful for). But this is my free-time and there are so many things to do. As long as I am the only one developing here, this is just not enough fun... |
I understand. I solve this problem with json-refs.
Bootprint
The html will be generated at But, you can paste or load the Additional documentation: OpenAPI. |
Does this support cross file references?
I have a yaml file with that looks like:
But it seems to just literally link to that file, rather than importing it into the spec.
The text was updated successfully, but these errors were encountered: