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

Action not compatible with Open API v3.1.0 #21

Open
iwaneds23 opened this issue Jan 9, 2025 · 1 comment
Open

Action not compatible with Open API v3.1.0 #21

iwaneds23 opened this issue Jan 9, 2025 · 1 comment

Comments

@iwaneds23
Copy link

Running the action against an Open API Schema results in the following error

Schema Loading Error
The provided schema uses Open API 3.1.0, which is currently not fully supported

@Stranger6667
Copy link
Member

Hi! Thanks for reporting!

The CLI output also should have a recommendation on how to proceed:

Proceed with --experimental=openapi-3.1. Caution: May not be fully supported.

In GitHub Action it equates to adding:

    args: '--experimental=openapi-3.1'

Let me know if it helps and if the CLI output misses that suggestion which should immediately follow the message you've shared. Otherwise, I think I can also add some section on troubleshooting to readme + Schemathesis docs (though likely for the next major version already).

P.S. Schemathesis v4 will support Open API 3.1 by default

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