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
I wanted to try com.qdesrame.openapi.diff.compare.ExtensionDiff introduced with #44.
We are using custom extensions in Operations, but it seems to me that com.qdesrame.openapi.diff.compare.ExtensionsDiff.diff(Map<String, Object>, Map<String, Object>, DiffContext) is only called in SchemaDiffResult.
Could the mechanism be extended to be called for other items supporting extensions:
Yes of course, it should be extended to all classes that can handle extensions...
It's only called in SchemaDiffResult currently because it was my only use case. Sorry for that !
I wanted to try
com.qdesrame.openapi.diff.compare.ExtensionDiff
introduced with #44.We are using custom extensions in Operations, but it seems to me that
com.qdesrame.openapi.diff.compare.ExtensionsDiff.diff(Map<String, Object>, Map<String, Object>, DiffContext)
is only called inSchemaDiffResult
.Could the mechanism be extended to be called for other items supporting extensions:
(the list I found so far):
Maybe we can start with:
io.swagger.v3.oas.models.Operation
io.swagger.v3.oas.models.PathItem
io.swagger.v3.oas.models.parameters.RequestBody
io.swagger.v3.oas.models.parameters.Parameter
The text was updated successfully, but these errors were encountered: