28 lines
493 B
JSON
28 lines
493 B
JSON
|
{
|
||
|
"name": "WagonConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "wagonConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"id": true,
|
||
|
"type": "number"
|
||
|
},
|
||
|
"width": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"height": {
|
||
|
"type": "string"
|
||
|
},
|
||
|
"minTrayHeight": {
|
||
|
"type": "number"
|
||
|
},
|
||
|
"maxTrays": {
|
||
|
"type": "number"
|
||
|
}
|
||
|
}
|
||
|
}
|