Hi,
Currently, swagger-ui extracts type information when rendering data types for request parameters. But format information is not taken into consideration.
So the UI doesn't differentiate between int32 and int 64 now for example, which should be a useful information.
Any plan to support this like what we have in response models?

Thank you