52 lines
985 B
JSON
52 lines
985 B
JSON
{
|
|
"name": "OsTicketConfig",
|
|
"base": "VnModel",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "osTicketConfig"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "number",
|
|
"id": true,
|
|
"description": "Identifier"
|
|
},
|
|
"host": {
|
|
"type": "string"
|
|
},
|
|
"user": {
|
|
"type": "string"
|
|
},
|
|
"password": {
|
|
"type": "string"
|
|
},
|
|
"oldStatus": {
|
|
"type": "string"
|
|
},
|
|
"newStatusId": {
|
|
"type": "number"
|
|
},
|
|
"action": {
|
|
"type": "string"
|
|
},
|
|
"day": {
|
|
"type": "number"
|
|
},
|
|
"comment": {
|
|
"type": "string"
|
|
},
|
|
"hostDb": {
|
|
"type": "string"
|
|
},
|
|
"userDb": {
|
|
"type": "string"
|
|
},
|
|
"passwordDb": {
|
|
"type": "string"
|
|
},
|
|
"portDb": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
} |