mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-07 06:39:04 +00:00
* [OCaml] Fix inconsistent oneOf primitive sample name * [OCaml] Fix encoding/decoding for free-form required fields * [OCaml] Change field comment to Odoc, move it after the field As per Odoc documentation, record field documentation should be *after* the field, not before. See https://ocaml.github.io/odoc/odoc/odoc_for_authors.html#special_comments type `my_record` * [OCaml] Cleanup non-generated files for ocaml sample
7 lines
294 B
YAML
7 lines
294 B
YAML
generatorName: ocaml
|
|
outputDir: samples/client/petstore/ocaml-additional-properties
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/ocaml/additional-properties.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/ocaml
|
|
additionalProperties:
|
|
packageName: petstore_client
|