-
Notifications
You must be signed in to change notification settings - Fork 148
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 OAS3.1 for joining #1021
Labels
Comments
For what it's worth I took out the version check that @mibejjh mentioned and my OAS 3.1 specs joined just fine. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently, all features except "join" support OAS3.1.
I am considering changing the openapi version from OAS3.0 to OAS3.1, but join is causing the following error.
Describe the solution you'd like
When I run join, it only checks for OAS3.0, but please include OAS3.1 as well.
redocly-cli/packages/cli/src/commands/join.ts
Lines 122 to 126 in 28e7e83
The text was updated successfully, but these errors were encountered: