openapi-gui icon indicating copy to clipboard operation
openapi-gui copied to clipboard

Importing an exported file doesn't work

Open MeFisto94 opened this issue 6 years ago • 0 comments

Hey Guys, this should be pretty easy to fix: I was working on a project from scratch, exporting it as json (download). After some changes, the import failed, because the file didn't specify "openapi": "3.0.0", so this seems to be missing in the exporter or I was doing things wrong

Edit: The same problem happens when trying to validate the schemas using the Wizards, so even though my file now has an "openapi" directive, the exporter is swallowing it thus making the validation fail

MeFisto94 avatar Oct 14 '19 23:10 MeFisto94