forked from loafle/openapi-generator-original
Fix Bug 1433 decimal literal in C# maybe other languages (#1436)
* Trivial change to kick PR again * Fix issue 1433 (default decimal literal broken for C#) * Replace tab with space * update samples
This commit is contained in:
committed by
William Cheng
parent
302922b8a4
commit
f76dca84f5
@@ -1634,7 +1634,7 @@ components:
|
||||
OuterComposite:
|
||||
example:
|
||||
my_string: my_string
|
||||
my_number: 0.80082819046101150206595775671303272247314453125
|
||||
my_number: 0.8008281904610115
|
||||
my_boolean: true
|
||||
properties:
|
||||
my_number:
|
||||
|
||||
Reference in New Issue
Block a user