Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Support OAS 3.1.0 #606

Closed
alex-statsig opened this issue Sep 17, 2024 · 1 comment
Closed

Support OAS 3.1.0 #606

alex-statsig opened this issue Sep 17, 2024 · 1 comment

Comments

@alex-statsig
Copy link

I'd like to use this library to detect breaking changes in a OAS v3.1.0 schema. Currently, it fails to parse the schema due to the breaking change of "exclusiveMinimum" being a number instead of a boolean in v3.1.0.

I'm not sure if "exclusiveMinimum" is the only thing unsupported for v3.1.0 (ex. type can be an array instead of a single value, but that seems to pass parsing already), but in my particular case its the only thing blocking parsing.

Curious generally if there's plans to support v3.1.0, or if we can start with a small patch around this particular breaking change (since it seems fairly easy to support both versions of this particular field at least)

@reuvenharrison
Copy link
Collaborator

Please see #52

@reuvenharrison reuvenharrison closed this as not planned Won't fix, can't repro, duplicate, stale Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants