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
In my experience, many companies define their openapi spec separately from their actual code, so it may be slightly out-of-date or incorrect. For example, the spec may say that a field is not nullable while in reality it is null some of the time (either due to a bug or an incorrect spec).
From the docs, it seems that swagger-stats does not currently integrate reporting on this. Is that something you might do in the future? Do you know of other projects which integrate this?
The text was updated successfully, but these errors were encountered:
In my experience, many companies define their openapi spec separately from their actual code, so it may be slightly out-of-date or incorrect. For example, the spec may say that a field is not nullable while in reality it is null some of the time (either due to a bug or an incorrect spec).
From the docs, it seems that swagger-stats does not currently integrate reporting on this. Is that something you might do in the future? Do you know of other projects which integrate this?
The text was updated successfully, but these errors were encountered: