swagger
swagger copied to clipboard
Type aliasing
First, Great Job for this ! It's written in the technical notes that the type aliasing discovery is working. I'm doing something like :
type String string
to add an unmasharl method on it, but it seems that swagger still find the alias type instead of the builtin type. Thanks