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
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
The text was updated successfully, but these errors were encountered:
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 wrongEdit: 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
The text was updated successfully, but these errors were encountered: