mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 15:54:31 +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:
@@ -1611,6 +1611,9 @@ components:
|
||||
maximum: 123.4
|
||||
minimum: 67.8
|
||||
type: number
|
||||
decimal:
|
||||
format: number
|
||||
type: string
|
||||
string:
|
||||
pattern: /[a-z]/i
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user