mulesoft / oas-raml-converter

(DEPRECATED) Converts between OAS and RAML API specifications
https://mulesoft.github.io/oas-raml-converter/
MIT License
73 stars 48 forks source link

Cannot read properly 'hasOwnProperty' of null #8

Closed NathanNam closed 7 years ago

NathanNam commented 7 years ago

While I tried to convert this OAS to RAML through https://mulesoft.github.io/oas-raml-converter/#, I got the following error.

screen shot 2017-06-02 at 3 04 14 pm

Zoura.yaml.zip You can find the original OAS file here. https://www.zuora.com/wp-content/themes/zuora/yaml/swagger.yaml?v-5.2.1

eric-jahn commented 7 years ago

I'm getting this same error, except I am trying to convert RAML .8 to RAML 1.0. Here is a link to the original RAML .8 I am trying to convert. Here is the html for it made with raml2html. It has no warnings or errors in the Mulesoft AnyPoint API Designer. raml. There is no line number in the error output that I can debug with, so I don't know where to start.

atillay commented 5 years ago

I'm getting the same error : Cannot read property 'hasOwnProperty' .

I'm using an export from API Platform (php bin/console api:openapi:export --spec-version=2)

I tried :