Is your feature request related to a problem? Please describe.
Here I have parameters with the minimum tag on it
/domestic/config-approval:
get:
parameters:
- in: query
minimum: 0
name: page
type: integer
- in: query
minimum: 1
name: pageSize
type: integer
...
In the Swagger UI, it didn't show up but the validation still works making our automation tester team confused.

The Swaggerhub implemented this long ago, so I don't see why it does not exist here.

Describe the solution you'd like
Add minimum and maximum on parameters query