Integer sizes in APIs

Integer sizes for parameters in some of our endpoints need to be declared. OpenAPI uses the format tag to specify integer sizes. Swagger Editor and other renderers support this, could DeveloperHub also?

Thanks!

Hey @Adam_Garrod,

Integer formats int32 and int64 are now supported. The type column would have the format in it rather than just the word integer.

Thanks @zed!

We also have some number types defined, but not sure if our devs want the clarity of float/double. Could this also work?