forked from loafle/openapi-generator-original
* Validation script batches only samples In this change, the validation script will batch only sample generation. For meta and documentation, it will always be iterative. Also made changes to meta-codegen*.sh so conditionals which may invoke maven are explicitly rooted. * [ci] batch python-experimental, include new springboot option
9 lines
392 B
JSON
9 lines
392 B
JSON
{
|
|
"generatorName": "python-experimental",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/python-client-experimental/petstore-with-fake-endpoints-models-for-testing.yaml",
|
|
"outputDir": "samples/client/petstore/python-experimental",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/python",
|
|
"additionalProperties": {
|
|
"packageName": "petstore_api"
|
|
}
|
|
} |