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
{{ message }}
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
Does not work, since the documentation cannot find the necessary models.
This is more of a question about how this plugin works, and if there's any technical limitation in CloudFormation that prohibits us from combining the models and documentation in one file.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We're using a tool called tsoa to generate our swagger documentation using annotations and TypeScript interfaces.
It's a pretty nifty tool, but has some major disadvantages when using this plugin.
In particular,
tsoa
generates a single file which contains both models and documentation. Because of this, the following does not workDoes not work, since the documentation cannot find the necessary models.
This is more of a question about how this plugin works, and if there's any technical limitation in CloudFormation that prohibits us from combining the models and documentation in one file.
The text was updated successfully, but these errors were encountered: