salix/modules/client/back/models/sms-config.json

27 lines
500 B
JSON
Raw Normal View History

2019-03-27 07:48:13 +00:00
{
"name": "SmsConfig",
"description": "Sms configuration",
"base": "VnModel",
"options": {
"mysql": {
"table": "smsConfig"
}
},
"properties": {
"id": {
"type": "Number",
"id": true,
"description": "Identifier"
},
"uri": {
"type": "String"
},
2022-01-10 12:20:57 +00:00
"apiKey": {
2019-03-27 07:48:13 +00:00
"type": "String"
2022-01-10 14:14:05 +00:00
},
"title": {
"type": "String"
2019-03-27 07:48:13 +00:00
}
}
}