Open bhirsz opened 2 years ago
Hi @bhirsz
I was testing roboswag, by using petstore JSON it work properly for me, but when i tried different schemas even they are valid using Prance, it throwing error
Processing "katana2.0.json"...
-> Resolving external references.
Validates OK as Swagger/OpenAPI 2.0!
i have tested with swagger 2.0 and openapi 3.0 both, because my schema was in 3.0
https://github.com/LucyBot-Inc/api-spec-converter use this to downgrade my schema.
but no luck.
Traceback (most recent call last):
File "E:\openapidriver\App\Python\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "E:\openapidriver\App\Python\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "E:\openapidriver\App\Python\Scripts\roboswag.exe__main.py", line 7, in
It should output user friendly message with schema validation errors.