forked from loafle/openapi-generator-original
* add allowStringInDateTimeParameters option * add tests * add files * add tests for datetime query parameters * fix file anme * trigger build * fix pytest * install test requirement * trigger build * break build * add new files * fix Locale.ROOT * update doc
8 lines
323 B
YAML
8 lines
323 B
YAML
generatorName: python-nextgen
|
|
outputDir: samples/client/echo_api/python-nextgen
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/python-nextgen
|
|
additionalProperties:
|
|
hideGenerationTimestamp: "true"
|
|
allowStringInDateTimeParameters: true
|