mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 15:06:12 +00:00
Add "decimal" support (#7808)
* rename BigDecimal to decimal * add isDecimal * fix tests * minor fixes * fix mapping, update doc * update test spec * update c# samples
This commit is contained in:
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
|
||||
**number** | **float** | |
|
||||
**float** | **float** | | [optional]
|
||||
**double** | **float** | | [optional]
|
||||
**decimal** | [**Decimal**](Decimal.md) | | [optional]
|
||||
**string** | **str** | | [optional]
|
||||
**byte** | **str** | |
|
||||
**binary** | **file** | | [optional]
|
||||
|
||||
Reference in New Issue
Block a user