I\'m building a fuzzer for a REST API that has an OpenAPI (Swagger) definition.
I want to test all available path from the OpenAPI definition, generate data to test
My experience:
In short: generating client (java-client in my case) based on Swagger definition, filling it's model and marshalling the result.