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
Hi, I'm using the following version of the swagger-parser-v3 to resolve my api. io.swagger.parser.v3 swagger-parser-v3 2.1.22
When referencing schemas in oneOf's inline schema definitions properties, the resolved yaml file doesn't contain the referenced schema definitions.
For the complete example, see the content of the following zip. openapi.zip
This is due to a duplicated conditional line in the class ExternalRefProcess and method processComposedSchema.
The same duplicated line is present for the anyOfs and is probably incorrect as well.
The text was updated successfully, but these errors were encountered:
fix(swagger-api#2104): properly process inline refs in composed schemas
245477e
Successfully merging a pull request may close this issue.
Hi,
I'm using the following version of the swagger-parser-v3 to resolve my api.
io.swagger.parser.v3
swagger-parser-v3
2.1.22
When referencing schemas in oneOf's inline schema definitions properties, the resolved yaml file doesn't contain the referenced schema definitions.
For the complete example, see the content of the following zip.
openapi.zip
This is due to a duplicated conditional line in the class ExternalRefProcess and method processComposedSchema.
The same duplicated line is present for the anyOfs and is probably incorrect as well.
The text was updated successfully, but these errors were encountered: