forked from loafle/openapi-generator-original
* Changes python to python-prior * python -> python-prior, python-experimental->python * Renames sample spec directories * Samples regnerated * Regenerates docs * Fixes test * Samples regenerated * Updates renerators list * Fixes made to python paths in pom.xml * Fixes node4 sh file paths
11 lines
631 B
YAML
11 lines
631 B
YAML
# this file exists because in this file we omit setting disallowAdditionalPropertiesIfNotPresent
|
|
# which makes it default to false
|
|
# that false setting is needed for composed schemas to work
|
|
# Composed schemas are schemas that contain the allOf/oneOf/anyOf keywords. v2 specs only support the allOf keyword.
|
|
generatorName: python-prior
|
|
outputDir: samples/client/petstore/python-prior
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/python-prior/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/python-prior
|
|
additionalProperties:
|
|
packageName: petstore_api
|