We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, the idea behind this enhancement is to see whether the Open Api parser can handle type alias. For example we can use something like:
// @openapi:schema type Error = jsonapi.ErrorObject
instead of re-define (duplicate) the struct locally just to add @openapi:schema
@openapi:schema
This will allow to use external type to describe our API in the swagger file.
The text was updated successfully, but these errors were encountered:
Hello, thank you. Sounds good to me, enhancement tag added !
enhancement
Sorry, something went wrong.
No branches or pull requests
Hello,
the idea behind this enhancement is to see whether the Open Api parser can handle type alias.
For example we can use something like:
instead of re-define (duplicate) the struct locally just to add
@openapi:schema
This will allow to use external type to describe our API in the swagger file.
The text was updated successfully, but these errors were encountered: