python-experimental adds DecimalSchema (#11282)

* Fixes test

* Adds decimal examples to the pythonExp generator

* Adds isDecimal to CodegenModel, updates python-exp samples

* Fixes decimal types in ObjectModelWIthDecimalProperties and DecimalPayload

* Updates tests

* Decimal feature added to python-exp docs

* Samples and docs regenerated
This commit is contained in:
Justin Black
2022-01-11 21:51:50 -08:00
committed by GitHub
parent ce04e9b6a2
commit 95a1154c20
314 changed files with 1379 additions and 680 deletions

View File

@@ -0,0 +1,12 @@
# ObjectWithDecimalProperties
#### Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**length** | **str** | | [optional]
**width** | **str** | | [optional]
**cost** | [**Money**](Money.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)