fix wrong type of data
This commit is contained in:
parent
2d5cd04b8a
commit
25d099513d
|
@ -18,7 +18,7 @@
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
"isFree": {
|
"isFree": {
|
||||||
"type": "Number"
|
"type": "Boolean"
|
||||||
},
|
},
|
||||||
"sourceTable": {
|
"sourceTable": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
|
|
Loading…
Reference in New Issue