This commit is contained in:
Jean-François Côté
2017-10-09 10:51:32 -04:00
committed by wing328
parent e90a40bfce
commit e6d4362012
7 changed files with 32 additions and 14 deletions

View File

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