fix wrong type of data

This commit is contained in:
Gerard 2018-04-18 14:42:48 +02:00
parent 2d5cd04b8a
commit 25d099513d
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"required": true "required": true
}, },
"isFree": { "isFree": {
"type": "Number" "type": "Boolean"
}, },
"sourceTable": { "sourceTable": {
"type": "String" "type": "String"