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 Windows with --stand-alone parameter I receive the following error:
_An error occured processing sampleresponsetype: URLError: <urlopen error [WinError 3] The system can not find the path specified: '\json_schema\definitions.json'>
This is the log of the execution >>>openapi2jsonschema --stand-alone file:swagger-on-windows.json.txt Downloading schema
Parsing schema
Generating shared definitions
Generating individual schemas
Processing requestentity
Generating requestentity.json An error occured processing requestentity: URLError: <urlopen error [WinError 3] The system cannot find the path specified: '\schemas\_definitions.json'>
Processing responseentity
Generating responseentity.json
Processing info
Generating info.json
Generating schema for all types
In Windows with --stand-alone parameter I receive the following error:
_An error occured processing sampleresponsetype: URLError: <urlopen error [WinError 3] The system can not find the path specified: '\json_schema\definitions.json'>
This is the log of the execution
>>>openapi2jsonschema --stand-alone file:swagger-on-windows.json.txt
Downloading schema
Parsing schema
Generating shared definitions
Generating individual schemas
Processing requestentity
Generating requestentity.json
An error occured processing requestentity: URLError: <urlopen error [WinError 3] The system cannot find the path specified: '\schemas\_definitions.json'>
Processing responseentity
Generating responseentity.json
Processing info
Generating info.json
Generating schema for all types
This is related to issue #21
swagger-on-windows.json.txt
The text was updated successfully, but these errors were encountered: