20 lines
353 B
JSON
20 lines
353 B
JSON
|
{
|
||
|
"name": "TicketConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "ticketConfig"
|
||
|
}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"id": true,
|
||
|
"type": "Number",
|
||
|
"description": "Identifier"
|
||
|
},
|
||
|
"scopeDays": {
|
||
|
"type": "Number"
|
||
|
}
|
||
|
}
|
||
|
}
|