20 lines
275 B
JSON
20 lines
275 B
JSON
|
{
|
||
|
"name": "ProductionConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "productionConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "number",
|
||
|
"required": true,
|
||
|
"id": true
|
||
|
},
|
||
|
"backupPrinterNotificationDelay": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|