swagger-to-raml-object icon indicating copy to clipboard operation
swagger-to-raml-object copied to clipboard

Generating JSON schema as seperate files

Open arubalac opened this issue 9 years ago • 2 comments

Hello,

We were able to generate the RAML out of the swagger successfully without any issues but the RAML file generated when loaded to API designer raised error reporting "Request Entity too large" . The reason for this what I understand from mule forum is that the web API designer is having some limitation on the size\length of the file . The currently the size of the RAML is due to the JSON schema represented directly on the RAML file (instead of referencing them).

As of now the only option left out for us is to reduce the size of the RAML which is by segregating the generated JSON schema separated as a file and reducing the overall size of the RAML by just referring them. But this seems to be a tedious task defeating the purpose of accelerating the swagger to RAML conversion.

Could you please suggest or make the appropriate enhancement on the conversion tool.

PFA the RAML generated from the swagger to raml utlity. inventory.zip

Thanks & Regards Arun

arubalac avatar Mar 01 '16 22:03 arubalac