We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use Scooma to validate the API but it requires OpenAPI 3.1.0. I'm not sure if there are any breaking changes that affect the generator - https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
Either we can change this to hard code 3.1.0 or allow overriding this in the config?
# lib/open_api.rb:52 `openapi: '3.0.0'`
The text was updated successfully, but these errors were encountered:
According to this article, to upgrade to 3.1, may need to make these changes:
type
exclusiveMinimum
exclusiveMaximum
example
type: string format: binary
If your JSON does not involve the above issues, you can hard code it to 3.1.
Maybe I can make a configurable version, but it seems better to reslove the above issues first.
Sorry, something went wrong.
No branches or pull requests
I'm trying to use Scooma to validate the API but it requires OpenAPI 3.1.0. I'm not sure if there are any breaking changes that affect the generator - https://www.openapis.org/blog/2021/02/16/migrating-from-openapi-3-0-to-3-1-0
Either we can change this to hard code 3.1.0 or allow overriding this in the config?
The text was updated successfully, but these errors were encountered: