forked from loafle/openapi-generator-original
* Changes python to python-prior * python -> python-prior, python-experimental->python * Renames sample spec directories * Samples regnerated * Regenerates docs * Fixes test * Samples regenerated * Updates renerators list * Fixes made to python paths in pom.xml * Fixes node4 sh file paths
8 lines
353 B
YAML
8 lines
353 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"
|