forked from loafle/openapi-generator-original
13 lines
492 B
YAML
13 lines
492 B
YAML
generatorName: python
|
|
outputDir: samples/openapi3/client/petstore/python
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/python/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/python
|
|
additionalProperties:
|
|
packageName: petstore_api
|
|
useOneOfDiscriminatorLookup: "true"
|
|
disallowAdditionalPropertiesIfNotPresent: false
|
|
mapNumberTo: StrictFloat
|
|
nameMappings:
|
|
_type: underscore_type
|
|
type_: type_with_underscore
|