mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-06 15:40:54 +00:00
* add option to set recursion limit * fix test failure * update doc * add tests * add missing import * rename option to recursionLimit
8 lines
392 B
YAML
8 lines
392 B
YAML
generatorName: python-experimental
|
|
outputDir: samples/openapi3/client/petstore/python-experimental
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/python-experimental/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/python
|
|
additionalProperties:
|
|
packageName: petstore_api
|
|
recursionLimit: "1234"
|