Hello,
We are receiving an error on the format of exclusiveMin and exclusiveMax for an OAS 3.0.0 spec. We are able to get rid of the error by updating it to the 3.1.0 OAS spec format but ideally we would like this fixed in Wiretap so it does not error on the 3.0.0 correct format.
Example API spec attached
TravelportAPI-Search.txt

OpenAPI v3.0
minimum: 7
exclusiveMinimum: true
OpenAPI v3.1
exclusiveMinimum: 7