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:
Daniel Ochoa Rodríguez
2017-09-03 17:10:25 +02:00
committed by wing328
parent a1c1a82725
commit cfa2074802
12 changed files with 28 additions and 17 deletions

View File

@@ -112,8 +112,8 @@
"type" : "array",
"items" : {
"type" : "string",
"default" : "available",
"enum" : [ "available", "pending", "sold" ]
"enum" : [ "available", "pending", "sold" ],
"default" : "available"
},
"collectionFormat" : "csv"
} ],