2022-07-21 11:11:24 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2022-09-15 06:34:42 +00:00
|
|
|
"oldStatus": {
|
|
|
|
"type": "string"
|
2022-07-29 09:59:03 +00:00
|
|
|
},
|
|
|
|
"newStatusId": {
|
2022-07-21 11:11:24 +00:00
|
|
|
"type": "number"
|
|
|
|
},
|
2022-07-29 09:59:03 +00:00
|
|
|
"day": {
|
|
|
|
"type": "number"
|
2022-09-15 06:34:42 +00:00
|
|
|
},
|
|
|
|
"comment": {
|
|
|
|
"type": "string"
|
2022-09-16 09:46:55 +00:00
|
|
|
},
|
|
|
|
"hostDb": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"userDb": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"passwordDb": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"portDb": {
|
|
|
|
"type": "number"
|
2022-10-19 08:35:41 +00:00
|
|
|
},
|
|
|
|
"responseType": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"fromEmailId": {
|
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"replyTo": {
|
|
|
|
"type": "string"
|
2022-07-21 11:11:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|