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
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
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
The text was updated successfully, but these errors were encountered: