You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining path or query parameter schemas in OpenAPI with constraints such as minimum and exclusiveMinimum, Swagger UI does not render these constraints in the parameter documentation. However, the same parameter validation rules are displayed for request body.
This makes it unclear to API consumers what numeric boundaries are enforced, unless mentioned somewhere else.