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
Whenever we process the paths or some other OAS type, we do not handle vendor extensions appropriately. This could lead to some x-* property beneath paths being turned into a Path object, and in some cases would not work due to a value being null or undefined. We need to ensure that we are omitting vendor extensions when processing the parsed types in the OAS document.
Whenever we process the
paths
or some other OAS type, we do not handle vendor extensions appropriately. This could lead to somex-*
property beneathpaths
being turned into aPath
object, and in some cases would not work due to a value beingnull
orundefined
. We need to ensure that we are omitting vendor extensions when processing the parsed types in the OAS document.Originally reported here: apigee-127/swagger-tools#597
The text was updated successfully, but these errors were encountered: