Spec Bug
I'm creating my documentation using "FastAPI". I'm having trouble importing the generated schema into Azure API Management. Because when I use the "gt" argument in the "Query" object, it defines the exclusiveMinimum field, in the OpenAPI documentation, this field is a boolean, but in FastAPI it is defined with Integer!
Spec OpenAPI:
Schema OpenAPI FastAPI

FastAPI Query

FastAPI Docs
