forked from loafle/openapi-generator-original
* Fixed #3521. Response headers were not processed for enums collection. * Replace " by '' in text fields to allow these to be used in OCaml comments. * Added support of ByteArray (i.e. base64 encoded data) body and free form object as request body. Added support of free form object in response body as well. * Added result as a reserved word to prevent generating model files with this name (having a result.ml model file confuses dune into thinking some other model modules depend on Result when they don't). * Updated samples to reflect the latest changes in the OCaml generator.