You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I encountered another bug related to new OpenAPI 3.1 version.
When we have some object which's attribute is another object which is abstract and has at lease one implementation class it will not be rendered and error is displayed in swagger UI.
Version 3.0 output:
Version 3.1 output:
I found out that it is caused again by change in element class from ComposedSchema to JsonSchema.
Hi, I encountered another bug related to new OpenAPI 3.1 version.
When we have some object which's attribute is another object which is abstract and has at lease one implementation class it will not be rendered and error is displayed in swagger UI.
Version 3.0 output:
Version 3.1 output:
I found out that it is caused again by change in element class from ComposedSchema to JsonSchema.
I will try to provide fix also tomorrow.
Minimalistic project to reproduce:
swagger-core-bug.zip
The text was updated successfully, but these errors were encountered: