forked from loafle/openapi-generator-original
* [req_vars_changes] * Added new schema to generate samples to test the issue mentioned in the PR. * Changed the variable name from setRequiredVars to initRequiredVars * Added initRequiredVars as a generator additional property * Regenerating the samples after rebasing the code with master branch * Changed the description of additional property
9 lines
379 B
YAML
9 lines
379 B
YAML
generatorName: python
|
|
outputDir: samples/openapi3/client/petstore/python
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/python/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"
|
|
initRequiredVars: false
|