forked from loafle/openapi-generator-original
9 lines
339 B
JSON
9 lines
339 B
JSON
{
|
|
"generatorName": "python",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml",
|
|
"outputDir": "samples/client/petstore/python",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/python",
|
|
"additionalProperties": {
|
|
"packageName": "petstore_api"
|
|
}
|
|
} |