I am testing REST APIs with Ready! API tool and the documentation that I have received is the raml files with the REST APIs definitions.
The RAML plugin of Ready! API works fine but the raml files don't include any example of the JSON bodies. There are many parameters/structures that compose these bodies, so, creating/generating these bodies is very tedious.
My question is: Is there any tool/way/definition/etc that can generate these bodies automatically or easier/faster?
The raml files are generated with raml maven plugin.
Thanks.