forked from loafle/openapi-generator-original
* fix OpenAPITools/openapi-generator#18060 * isolate the option as separate flag * apply modification suggested by @wing328 * remove added newlines * do not change the handle of multipart body, keep the change only for x-www-form-urlencoded
13 lines
566 B
YAML
13 lines
566 B
YAML
generatorName: rust-axum
|
|
outputDir: samples/server/petstore/rust-axum/output/petstore-with-fake-endpoints-models-for-testing
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/rust-server/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/rust-axum
|
|
generateAliasAsModel: true
|
|
additionalProperties:
|
|
hideGenerationTimestamp: "true"
|
|
packageName: petstore-with-fake-endpoints-models-for-testing
|
|
publishRustRegistry: crates-io
|
|
globalProperties:
|
|
skipFormModel: false
|
|
enablePostProcessFile: true
|