openapi-generator-original/bin/configs/python-echo-api-disallowAdditionalPropertiesIfNotPresent-true.yaml
William Cheng 13facdaab5
[python] Add an option to add ensure_ascii=False to json.dumps (#18888)
* Added ensure ascii

* add option to add ensure_ascii=False in jsom.dumps

* remove option

* update workflow

---------

Co-authored-by: Emile Girard <Emile.Girard@opal-rt.com>
2024-06-15 18:39:06 +08:00

9 lines
381 B
YAML

generatorName: python
outputDir: samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent
inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml
templateDir: modules/openapi-generator/src/main/resources/python
additionalProperties:
hideGenerationTimestamp: "true"
disallowAdditionalPropertiesIfNotPresent: "true"
setEnsureAsciiToFalse: true