swagger icon indicating copy to clipboard operation
swagger copied to clipboard

Type aliasing

Open JeanCaron opened this issue 9 years ago • 0 comments

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

JeanCaron avatar Jul 27 '15 14:07 JeanCaron