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
{{ message }}
This repository has been archived by the owner on Mar 15, 2019. It is now read-only.
Here is what my RAML 1.0 types array looks like:
When I convert it to swagger type property is being replaced with $ref:
I found a quick fix for this. In
exporters/swagger.js
I includedvar RAML = require('./baseraml');
and modified_mapSchema
function:So now when I convert RAML 1.0 to Swagger type property in Definition is being converted as expected:
Is this a good way to fix the issue?
The text was updated successfully, but these errors were encountered: