-
Notifications
You must be signed in to change notification settings - Fork 531
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
Properties in ComposedModel #2083
Comments
beikov
added a commit
to beikov/swagger-parser
that referenced
this issue
Apr 28, 2024
beikov
added a commit
to beikov/swagger-parser
that referenced
this issue
May 2, 2024
frantuma
pushed a commit
that referenced
this issue
May 2, 2024
fixed by #2084 |
Awesome, thanks so much @frantuma! I don't want to rush you, but do you have a release planned soon? I'd like to get past my SNAPSHOT dependency :) |
@beikov released 1.0.71 |
Thank you so much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Azure OpenAPI specification uses "properties" in definitions that also have
allOf
i.e. are aComposedModel
.I don't know if this is valid or not, but Swagger should support parsing this.
The text was updated successfully, but these errors were encountered: