mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
Fix Uuid parse (#6382)
* Fix Uuid parse * Add isString = true when property is Uuid This will not break previous code * Update conversionBegin.mustache * Update conversionEnd.mustache
This commit is contained in:
committed by
wing328
parent
a1c1a82725
commit
cfa2074802
@@ -112,8 +112,8 @@
|
||||
"type" : "array",
|
||||
"items" : {
|
||||
"type" : "string",
|
||||
"default" : "available",
|
||||
"enum" : [ "available", "pending", "sold" ]
|
||||
"enum" : [ "available", "pending", "sold" ],
|
||||
"default" : "available"
|
||||
},
|
||||
"collectionFormat" : "csv"
|
||||
} ],
|
||||
|
||||
Reference in New Issue
Block a user