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 @joschi thanks for the nice tools , I have tried using your project to compare 2 OpenAPI 3.0.1 schema and it working fine and can detect the changes but somehow in some use cases i found that it cannot show exactly what has been changed but it instead show as */* . Could you give me more details on what is this */* meaning and how can I make it better ?
ps. I won't be able to share openAPI spec yet since it is my company confidential info but let me know if u need more info so that I can try to create dummy spec and reproduce it
Thank a lot
The text was updated successfully, but these errors were encountered:
I won't be able to share openAPI spec yet since it is my company confidential info but let me know if u need more info so that I can try to create dummy spec and reproduce it
Would it be possible for you to create a minimal OpenAPI spec with one of the endpoints (for example /api/property) with the respective changes? You can rename the parameters or path variables as long as it's consistent.
Changed */* typically means that you've changed the media type (Content-Type) of the response for the given resource from "anything" (*/*) to another type.
Hi @joschi thanks for the nice tools , I have tried using your project to compare 2 OpenAPI 3.0.1 schema and it working fine and can detect the changes but somehow in some use cases i found that it cannot show exactly what has been changed but it instead show as
*/*
. Could you give me more details on what is this*/*
meaning and how can I make it better ?ps. I won't be able to share openAPI spec yet since it is my company confidential info but let me know if u need more info so that I can try to create dummy spec and reproduce it
Thank a lot
The text was updated successfully, but these errors were encountered: