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
'Error faking a schema. Not faking this schema. Schema:',schema,
I guess it's because the definition of schema object was removed in v.1.1.7 and it was missed to rename or remove the occurence it in the catch block...
Here is the link to the line where the schema object was removed in the commit to v1.1.7:
Hi,
an openapi definition which was converted with a warning in v1.1.6 now, in v1.1.7, fails and crashes the converter with the following error:
Here is the link to the line where it crashes in v1.1.7:
openapi-to-postman/lib/schemaUtils.js
Line 170 in 0a66b5f
I guess it's because the definition of
schema
object was removed in v.1.1.7 and it was missed to rename or remove the occurence it in the catch block...Here is the link to the line where the
schema
object was removed in the commit to v1.1.7:0a66b5f#diff-bd50fb6a90352e7364306751ae0078c0L109
The text was updated successfully, but these errors were encountered: