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
Use the provided snippet to generate something
The generator can use the components.responses part which are referenced in paths.
components.responses
paths
The responses are not take into account and the code is not able to parse the actual response.
responses: HttpErrorResponse: description: The request has failed content: application/json: schema: $ref: '#/components/schemas/DefaultError'
No response
dart run swagger_parser
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Use the provided snippet to generate something
Expected results
The generator can use the
components.responses
part which are referenced inpaths
.Actual results
The responses are not take into account and the code is not able to parse the actual response.
Your OpenApi snippet
Code sample
No response
Logs
No response
Dart version and used packages versions
3.4.3
dart run swagger_parser
1.8.0
dart run swagger_parser
The text was updated successfully, but these errors were encountered: