Mike Ralphson

Results 654 comments of Mike Ralphson

Could you upload the RAML definition to a gist? If not the whole file, then the securitySchemes section? Possibly related to https://github.com/APIs-guru/raml-to-swagger/pull/1

Thanks @serezha93 - does `security/session.yml` include a `type:` beginning `x-` ?

@serezha93 I have asked the author of the PR whether he is still interested in progressing it. If not I will attempt to finish it, but it wouldn't be before...

@HipZena just a note that the [APIMATIC API Transformer](https://apitransformer.com/) can convert Postman collections to various formats including Open API Spec / Swagger 2.0. The resultant file needs some hand editing...

The reason `oas-kit` and therefore `speccy` doesn't do this automatically is that "naming things is hard" and there are possible naming collisions to be aware of. If you want resolved...

If you have an urgent requirement, you could look at https://www.apimatic.io/transformer

This is as designed, from the [specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#properties): > Additional properties defined by the JSON Schema specification that are not mentioned here are strictly unsupported. Theoretically, https://github.com/wework/json-schema-to-openapi-schema might be able to...

Do you have a proposal for how to translate a JSON schema containing `patternProperties` into an OAS3 schema object? All I can think of doing is forcing `additionalProperties` to `true`.

[jgeXml](https://github.com/MikeRalphson/jgeXml) has an [xsd2json schema](https://github.com/MikeRalphson/jgeXml/blob/master/xsd2json.js) module which may be of some help, it has only been lightly tested on the XSD I needed to add to a Swagger definition.

1. Speccy is unmaintained 2. Appears to be fixed in node 14.3.x so I would expect a back port to 12.x 3. See https://github.com/Mermade/oas-kit/issues/223