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
According to Open Api Specification 3.0.0 and above the Response Object alows to describe Error Responses in https://spec.openapis.org/oas/v3.0.0.html#patterned-fields-0
but the validation currently fails for schemas describing Status ranges.
The text was updated successfully, but these errors were encountered:
Support Status Code Ranges 2XX, 3XX, 4XX, 5XX
852d843
fixes thephpleague#158
Add ResponseStatusCodesWithWildcards Test for Specfinder
fd9bede
Test Different Response Adresses and check if the correct Response Schema is Found thephpleague#158
Fix More Code Style Issues
2383efb
thephpleague#158
Successfully merging a pull request may close this issue.
According to Open Api Specification 3.0.0 and above
the Response Object alows to describe Error Responses in
https://spec.openapis.org/oas/v3.0.0.html#patterned-fields-0
but the validation currently fails for schemas describing Status ranges.
The text was updated successfully, but these errors were encountered: