Files
openapi-generator/bin/ci/openapi3-python-petstore.json
Bodo Graumann a738e95aee Refactor typescript merge master (#4319)
Merge master into ts-refactor
2019-11-01 11:04:18 -04:00

9 lines
349 B
JSON

{
"generatorName": "python",
"inputSpec": "modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml",
"outputDir": "samples/openapi3/client/petstore/python/",
"templateDir": "modules/openapi-generator/src/main/resources/python",
"additionalProperties": {
"packageName": "petstore_api"
}
}