forked from loafle/openapi-generator-original
* Update pyproject.mustache chore(pyproject): replace static `github.com` with variable `{{{gitHost}}}` * chore: follow contribution guidelines
16 lines
592 B
YAML
16 lines
592 B
YAML
generatorName: python-pydantic-v1
|
|
outputDir: samples/openapi3/client/petstore/python-pydantic-v1
|
|
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-pydantic-v1
|
|
gitHost: GIT_HOST
|
|
gitUserId: GIT_USER_ID
|
|
gitRepoId: GIT_REPO_ID
|
|
additionalProperties:
|
|
packageName: petstore_api
|
|
useOneOfDiscriminatorLookup: "true"
|
|
disallowAdditionalPropertiesIfNotPresent: false
|
|
mapNumberTo: StrictFloat
|
|
nameMappings:
|
|
_type: underscore_type
|
|
type_: type_with_underscore
|