-
Notifications
You must be signed in to change notification settings - Fork 7
Find a way to handle type alias #13
Copy link
Copy link
Open
Labels
Description
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.ErrorObjectinstead 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.
Reactions are currently unavailable