diff --git a/bin/configs/python-echo-api-disallowAdditionalPropertiesIfNotPresent-true.yaml b/bin/configs/python-echo-api-disallowAdditionalPropertiesIfNotPresent-true.yaml index c58ea0bfb8d..e91fe1929d1 100644 --- a/bin/configs/python-echo-api-disallowAdditionalPropertiesIfNotPresent-true.yaml +++ b/bin/configs/python-echo-api-disallowAdditionalPropertiesIfNotPresent-true.yaml @@ -1,6 +1,6 @@ generatorName: python outputDir: samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent-true -inputSpec: modules/openapi-generator/src/test/resources/3_0/python/echo_api.yaml +inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml templateDir: modules/openapi-generator/src/main/resources/python additionalProperties: hideGenerationTimestamp: "true" diff --git a/bin/configs/python-echo-api.yaml b/bin/configs/python-echo-api.yaml index a8ac37fa1eb..8c161951aca 100644 --- a/bin/configs/python-echo-api.yaml +++ b/bin/configs/python-echo-api.yaml @@ -1,6 +1,6 @@ generatorName: python outputDir: samples/client/echo_api/python -inputSpec: modules/openapi-generator/src/test/resources/3_0/python/echo_api.yaml +inputSpec: modules/openapi-generator/src/test/resources/3_0/echo_api.yaml templateDir: modules/openapi-generator/src/main/resources/python additionalProperties: hideGenerationTimestamp: "true" diff --git a/docs/generators/python-aiohttp.md b/docs/generators/python-aiohttp.md index acfdd4093e4..59d023f1e3c 100644 --- a/docs/generators/python-aiohttp.md +++ b/docs/generators/python-aiohttp.md @@ -78,10 +78,12 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • async
  • auth_settings
  • await
  • +
  • base64
  • body_params
  • break
  • class
  • continue
  • +
  • date
  • def
  • del
  • elif
  • @@ -90,6 +92,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • exec
  • false
  • finally
  • +
  • float
  • for
  • form_params
  • from
  • @@ -99,6 +102,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • import
  • in
  • is
  • +
  • json
  • lambda
  • local_var_files
  • none
  • @@ -113,6 +117,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • raise
  • resource_path
  • return
  • +
  • schema
  • self
  • true
  • try
  • diff --git a/docs/generators/python-blueplanet.md b/docs/generators/python-blueplanet.md index 37d3370ec48..4f7698d343a 100644 --- a/docs/generators/python-blueplanet.md +++ b/docs/generators/python-blueplanet.md @@ -78,10 +78,12 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • async
  • auth_settings
  • await
  • +
  • base64
  • body_params
  • break
  • class
  • continue
  • +
  • date
  • def
  • del
  • elif
  • @@ -90,6 +92,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • exec
  • false
  • finally
  • +
  • float
  • for
  • form_params
  • from
  • @@ -99,6 +102,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • import
  • in
  • is
  • +
  • json
  • lambda
  • local_var_files
  • none
  • @@ -113,6 +117,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • raise
  • resource_path
  • return
  • +
  • schema
  • self
  • true
  • try
  • diff --git a/docs/generators/python-fastapi.md b/docs/generators/python-fastapi.md index 6cf1623d23d..5597ee02e84 100644 --- a/docs/generators/python-fastapi.md +++ b/docs/generators/python-fastapi.md @@ -73,10 +73,12 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • async
  • auth_settings
  • await
  • +
  • base64
  • body_params
  • break
  • class
  • continue
  • +
  • date
  • def
  • del
  • elif
  • @@ -85,6 +87,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • exec
  • false
  • finally
  • +
  • float
  • for
  • form_params
  • from
  • @@ -94,6 +97,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • import
  • in
  • is
  • +
  • json
  • lambda
  • local_var_files
  • none
  • @@ -108,6 +112,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • raise
  • resource_path
  • return
  • +
  • schema
  • self
  • true
  • try
  • diff --git a/docs/generators/python-flask.md b/docs/generators/python-flask.md index 5f9062ab7ba..9e5bd29fbc6 100644 --- a/docs/generators/python-flask.md +++ b/docs/generators/python-flask.md @@ -78,10 +78,12 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • async
  • auth_settings
  • await
  • +
  • base64
  • body_params
  • break
  • class
  • continue
  • +
  • date
  • def
  • del
  • elif
  • @@ -90,6 +92,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • exec
  • false
  • finally
  • +
  • float
  • for
  • form_params
  • from
  • @@ -99,6 +102,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • import
  • in
  • is
  • +
  • json
  • lambda
  • local_var_files
  • none
  • @@ -113,6 +117,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • raise
  • resource_path
  • return
  • +
  • schema
  • self
  • true
  • try
  • diff --git a/docs/generators/python.md b/docs/generators/python.md index 84a01d4f301..21eb6eb5c3f 100644 --- a/docs/generators/python.md +++ b/docs/generators/python.md @@ -68,12 +68,15 @@ These options may be applied as additional-properties (cli) or configOptions (pl ## RESERVED WORDS