api-spec-converter icon indicating copy to clipboard operation
api-spec-converter copied to clipboard

This package helps to convert between different API specifications (Postman, Swagger, RAML, StopLight).

Results 10 api-spec-converter issues
Sort by recently updated
recently updated
newest added

We are using api-spec transformer version 0.2.6. We have identified security vulnerabilities identified in direct and transitive dependencies. Attached vulnerability details for reference. artifactID Vulnerability name cryptiles-0.2.2.tgz - CVE-2018-1000620 cryptiles-2.0.5.tgz...

A RAML 1.0 specification composed of multiple files does not properly convert to Swagger. Example: spec.raml (top level spec file) types.raml (a RAML 1.0 library used by spec.raml) Executing the...

Here is what my RAML 1.0 types array looks like: [ { definitions: dtype: title: dtype $ref: '#/definitions/integer' } ] When I convert it to swagger type property is being...

Resource paths which use resourceTypes do not get converted to Swagger.

I'm trying to test the last release of this converter, but when I execute the RAML 1.0 to Swagger usage example, it is always returning 'undefined'. Any idea about what...

According to the raml10 spec, nil is the allowed type. The JSON schema spec uses the null primitive type, so this is what swagger specs will use. Thus, we need...

Right now, loadFile is callback, loadData is promise. Update loadFile to return a promise. https://github.com/stoplightio/api-spec-converter/blob/master/lib/importers/auto.js#L141

I'm trying to run test that converts from swagger to raml to swagger using this file https://github.com/mulesoft/api-spec-converter/blob/master/example/source/swagger.json that is not working. Test results in a lot of differences. Thanks. Gaston...

Would be nice to execute the converter from your CLI :)

We don't have support for following fields for parameters yet: [swagger parameter fields in spec](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#fixed-fields-7) - maxItems - minItems - uniqueItems - collectionFormat - allowEmptyValue - format

enhancement
swagger