Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Wiretap is expecting OAS 3.1.0 format for exclusiveMin/exclusiveMax when the spec is 3.0.0 #147

Open
TaniaDianne opened this issue Feb 14, 2025 · 0 comments

Comments

@TaniaDianne
Copy link

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

Image

OpenAPI v3.0

minimum: 7
exclusiveMinimum: true

OpenAPI v3.1

exclusiveMinimum: 7

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants